Html Css Color HEX #D9BA74 Chenin

📋 copy color: '#D9BA74'

red 217 ◦ green 186 ◦ blue 116

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

Shades of Chenin #D9BA74

Tints of Chenin #D9BA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 41.81%
G = 35.84%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9BA74 (or 0xD9BA74) is known color: Chenin. HEX triplet: D9, BA and 74. RGB value is (217,186,116). Sum of RGB (Red+Green+Blue) = 217+186+116=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA74 is #26458B. Grayscale: #BBBBBB. Windows color (decimal): -2508172 or 7650009. OLE color: 7650009.

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

Color convert

RGB 217 186 116 -
CMYK 0 0.14 0.47 0.15
HSL 41.58º 0.57% 0.65% -
HSV(B) 41.58º 0.47% 0.85% -
XYZ 49.33 51.13 23.79 -
YUV 187.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 217 186 116 0 0.14 0.47 0.15 41.58 0.57 0.65
Hex D9 BA 74 0 E 2F F 2A 39 41
Octal 331 272 164 0 16 57 17 52 71 101
Binary 11011001 10111010 1110100 0 1110 101111 1111 101010 111001 1000001

Color Harmonies of #D9BA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA74

Black with #D9BA74

Text Example


Text Example

White with #D9BA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA74; }

 p { color: rgb(217,186,116); }

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

background-color css

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

 a { background-color: rgb(217,186,116); }

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

border-color css

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

 span { border-color: rgb(217,186,116); }

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