Html Css Color HEX #D0BF6F Chenin

📋 copy color: '#D0BF6F'

red 208 ◦ green 191 ◦ blue 111

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

Shades of Chenin #D0BF6F

Tints of Chenin #D0BF6F

RGB

 RED value IS 208 (81.64% from 255) = 40.78%

 GREEN value IS 191 (75% from 255) = 37.45%

 BLUE value IS 111 (43.75% from 255) = 21.76%

R = 40.78%
G = 37.45%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0BF6F (or 0xD0BF6F) is known color: Chenin. HEX triplet: D0, BF and 6F. RGB value is (208,191,111). Sum of RGB (Red+Green+Blue) = 208+191+111=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF6F is #2F4090. Grayscale: #BBBBBB. Windows color (decimal): -3096721 or 7323600. OLE color: 7323600.

HSL color Cylindrical-coordinate representation of color #D0BF6F: hue angle of 49.48º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0BF6F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 111 -
CMYK 0 0.08 0.47 0.18
HSL 49.48º 0.51% 0.63% -
HSV(B) 49.48º 0.47% 0.82% -
XYZ 47.51 51.82 22.54 -
YUV 186.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 208 191 111 0 0.08 0.47 0.18 49.48 0.51 0.63
Hex D0 BF 6F 0 8 2F 12 31 33 3F
Octal 320 277 157 0 10 57 22 61 63 77
Binary 11010000 10111111 1101111 0 1000 101111 10010 110001 110011 111111

Color Harmonies of #D0BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF6F

Black with #D0BF6F

Text Example


Text Example

White with #D0BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF6F; }

 p { color: rgb(208,191,111); }

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

background-color css

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

 a { background-color: rgb(208,191,111); }

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

border-color css

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

 span { border-color: rgb(208,191,111); }

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