Html Css Color HEX #D1BB74 Chenin

📋 copy color: '#D1BB74'

red 209 ◦ green 187 ◦ blue 116

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

Shades of Chenin #D1BB74

Tints of Chenin #D1BB74

RGB

 RED value IS 209 (82.03% from 255) = 40.82%

 GREEN value IS 187 (73.44% from 255) = 36.52%

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

R = 40.82%
G = 36.52%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1BB74 (or 0xD1BB74) is known color: Chenin. HEX triplet: D1, BB and 74. RGB value is (209,187,116). Sum of RGB (Red+Green+Blue) = 209+187+116=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB74 is #2E448B. Grayscale: #B9B9B9. Windows color (decimal): -3032204 or 7650257. OLE color: 7650257.

HSL color Cylindrical-coordinate representation of color #D1BB74: hue angle of 45.81º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1BB74 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 187 116 -
CMYK 0 0.11 0.44 0.18
HSL 45.81º 0.5% 0.64% -
HSV(B) 45.81º 0.44% 0.82% -
XYZ 47.22 50.36 23.75 -
YUV 185.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 209 187 116 0 0.11 0.44 0.18 45.81 0.5 0.64
Hex D1 BB 74 0 B 2C 12 2E 32 40
Octal 321 273 164 0 13 54 22 56 62 100
Binary 11010001 10111011 1110100 0 1011 101100 10010 101110 110010 1000000

Color Harmonies of #D1BB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB74

Black with #D1BB74

Text Example


Text Example

White with #D1BB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB74; }

 p { color: rgb(209,187,116); }

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

background-color css

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

 a { background-color: rgb(209,187,116); }

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

border-color css

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

 span { border-color: rgb(209,187,116); }

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