Html Css Color HEX #DCBF74 Chenin

📋 copy color: '#DCBF74'

red 220 ◦ green 191 ◦ blue 116

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

Shades of Chenin #DCBF74

Tints of Chenin #DCBF74

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

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

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

R = 41.75%
G = 36.24%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCBF74 (or 0xDCBF74) is known color: Chenin. HEX triplet: DC, BF and 74. RGB value is (220,191,116). Sum of RGB (Red+Green+Blue) = 220+191+116=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF74 is #23408B. Grayscale: #BFBFBF. Windows color (decimal): -2310284 or 7651292. OLE color: 7651292.

HSL color Cylindrical-coordinate representation of color #DCBF74: hue angle of 43.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCBF74 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 116 -
CMYK 0 0.13 0.47 0.14
HSL 43.27º 0.6% 0.66% -
HSV(B) 43.27º 0.47% 0.86% -
XYZ 51.3 53.74 24.19 -
YUV 191.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 220 191 116 0 0.13 0.47 0.14 43.27 0.6 0.66
Hex DC BF 74 0 D 2F E 2B 3C 42
Octal 334 277 164 0 15 57 16 53 74 102
Binary 11011100 10111111 1110100 0 1101 101111 1110 101011 111100 1000010

Color Harmonies of #DCBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF74

Black with #DCBF74

Text Example


Text Example

White with #DCBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF74; }

 p { color: rgb(220,191,116); }

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

background-color css

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

 a { background-color: rgb(220,191,116); }

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

border-color css

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

 span { border-color: rgb(220,191,116); }

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