Html Css Color HEX #DCBF70 Chenin

📋 copy color: '#DCBF70'

red 220 ◦ green 191 ◦ blue 112

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

Shades of Chenin #DCBF70

Tints of Chenin #DCBF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 42.07%
G = 36.52%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCBF70 (or 0xDCBF70) is known color: Chenin. HEX triplet: DC, BF and 70. RGB value is (220,191,112). Sum of RGB (Red+Green+Blue) = 220+191+112=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF70 is #23408F. Grayscale: #BFBFBF. Windows color (decimal): -2310288 or 7389148. OLE color: 7389148.

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

Color convert

RGB 220 191 112 -
CMYK 0 0.13 0.49 0.14
HSL 43.89º 0.61% 0.65% -
HSV(B) 43.89º 0.49% 0.86% -
XYZ 51.07 53.65 22.99 -
YUV 190.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 220 191 112 0 0.13 0.49 0.14 43.89 0.61 0.65
Hex DC BF 70 0 D 31 E 2C 3D 41
Octal 334 277 160 0 15 61 16 54 75 101
Binary 11011100 10111111 1110000 0 1101 110001 1110 101100 111101 1000001

Color Harmonies of #DCBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF70

Black with #DCBF70

Text Example


Text Example

White with #DCBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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