Html Css Color HEX #D9734B Jaffa

📋 copy color: '#D9734B'

red 217 ◦ green 115 ◦ blue 75

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

Shades of Jaffa #D9734B

Tints of Jaffa #D9734B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 53.32%
G = 28.26%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9734B (or 0xD9734B) is known color: Jaffa. HEX triplet: D9, 73 and 4B. RGB value is (217,115,75). Sum of RGB (Red+Green+Blue) = 217+115+75=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9734B is #268CB4. Grayscale: #8D8D8D. Windows color (decimal): -2526389 or 4944857. OLE color: 4944857.

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

Color convert

RGB 217 115 75 -
CMYK 0 0.47 0.65 0.15
HSL 16.9º 0.65% 0.57% -
HSV(B) 16.9º 0.65% 0.85% -
XYZ 36.02 27.52 10.07 -
YUV 140.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 217 115 75 0 0.47 0.65 0.15 16.9 0.65 0.57
Hex D9 73 4B 0 2F 41 F 11 41 39
Octal 331 163 113 0 57 101 17 21 101 71
Binary 11011001 1110011 1001011 0 101111 1000001 1111 10001 1000001 111001

Color Harmonies of #D9734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9734B

Black with #D9734B

Text Example


Text Example

White with #D9734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9734B; }

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

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

background-color css

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

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

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

border-color css

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

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

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