Html Css Color HEX #D9764A Jaffa

📋 copy color: '#D9764A'

red 217 ◦ green 118 ◦ blue 74

#D9764A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #D9764A

Tints of Jaffa #D9764A

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

 GREEN value IS 118 (46.48% from 255) = 28.85%

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 53.06%
G = 28.85%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9764A (or 0xD9764A) is known color: Jaffa. HEX triplet: D9, 76 and 4A. RGB value is (217,118,74). Sum of RGB (Red+Green+Blue) = 217+118+74=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9764A is #2689B5. Grayscale: #8E8E8E. Windows color (decimal): -2525622 or 4880089. OLE color: 4880089.

HSL color Cylindrical-coordinate representation of color #D9764A: hue angle of 18.46º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9764A is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 74 -
CMYK 0 0.46 0.66 0.15
HSL 18.46º 0.65% 0.57% -
HSV(B) 18.46º 0.66% 0.85% -
XYZ 36.33 28.2 10.01 -
YUV 142.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 217 118 74 0 0.46 0.66 0.15 18.46 0.65 0.57
Hex D9 76 4A 0 2E 42 F 12 41 39
Octal 331 166 112 0 56 102 17 22 101 71
Binary 11011001 1110110 1001010 0 101110 1000010 1111 10010 1000001 111001

Color Harmonies of #D9764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9764A

Black with #D9764A

Text Example


Text Example

White with #D9764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9764A; }

 p { color: rgb(217,118,74); }

 H1.HeaderClassName
 {
   color: #D9764A;
 }
 .AnyTagClassName
 {
   color: #D9764A;
 }
</style>

background-color css

<style>
 a { background-color: #D9764A; }

 a { background-color: rgb(217,118,74); }

 div.DivClassName
 {
   background-color: #D9764A;
 }
 .BgClassName
 {
   background-color: #D9764A;
 }
</style>

border-color css

<style>
 span { border-color: #D9764A; }

 span { border-color: rgb(217,118,74); }

 td.TdClassName
 {
   border-color: #D9764A;
 }
 .TagClassName
 {
   border-color: #D9764A;
 }
</style>