Html Css Color HEX #D9764B Jaffa

📋 copy color: '#D9764B'

red 217 ◦ green 118 ◦ blue 75

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

Shades of Jaffa #D9764B

Tints of Jaffa #D9764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 52.93%
G = 28.78%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9764B (or 0xD9764B) is known color: Jaffa. HEX triplet: D9, 76 and 4B. RGB value is (217,118,75). Sum of RGB (Red+Green+Blue) = 217+118+75=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9764B is #2689B4. Grayscale: #8E8E8E. Windows color (decimal): -2525621 or 4945625. OLE color: 4945625.

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

Color convert

RGB 217 118 75 -
CMYK 0 0.46 0.65 0.15
HSL 18.17º 0.65% 0.57% -
HSV(B) 18.17º 0.65% 0.85% -
XYZ 36.36 28.22 10.19 -
YUV 142.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 217 118 75 0 0.46 0.65 0.15 18.17 0.65 0.57
Hex D9 76 4B 0 2E 41 F 12 41 39
Octal 331 166 113 0 56 101 17 22 101 71
Binary 11011001 1110110 1001011 0 101110 1000001 1111 10010 1000001 111001

Color Harmonies of #D9764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9764B

Black with #D9764B

Text Example


Text Example

White with #D9764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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