Html Css Color HEX #D9764C Jaffa

📋 copy color: '#D9764C'

red 217 ◦ green 118 ◦ blue 76

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

Shades of Jaffa #D9764C

Tints of Jaffa #D9764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 52.8%
G = 28.71%
B = 18.49%

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

#D9764C (or 0xD9764C) is known color: Jaffa. HEX triplet: D9, 76 and 4C. RGB value is (217,118,76). Sum of RGB (Red+Green+Blue) = 217+118+76=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9764C is #2689B3. Grayscale: #8F8F8F. Windows color (decimal): -2525620 or 5011161. OLE color: 5011161.

HSL color Cylindrical-coordinate representation of color #D9764C: hue angle of 17.87º 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 #D9764C is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 118 76 -
CMYK 0 0.46 0.65 0.15
HSL 17.87º 0.65% 0.57% -
HSV(B) 17.87º 0.65% 0.85% -
XYZ 36.4 28.23 10.37 -
YUV 142.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 217 118 76 0 0.46 0.65 0.15 17.87 0.65 0.57
Hex D9 76 4C 0 2E 41 F 12 41 39
Octal 331 166 114 0 56 101 17 22 101 71
Binary 11011001 1110110 1001100 0 101110 1000001 1111 10010 1000001 111001

Color Harmonies of #D9764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9764C

Black with #D9764C

Text Example


Text Example

White with #D9764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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