Html Css Color HEX #DCBD70 Chenin

📋 copy color: '#DCBD70'

red 220 ◦ green 189 ◦ blue 112

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

Shades of Chenin #DCBD70

Tints of Chenin #DCBD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

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

R = 42.23%
G = 36.28%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCBD70 (or 0xDCBD70) is known color: Chenin. HEX triplet: DC, BD and 70. RGB value is (220,189,112). Sum of RGB (Red+Green+Blue) = 220+189+112=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD70 is #23428F. Grayscale: #BDBDBD. Windows color (decimal): -2310800 or 7388636. OLE color: 7388636.

HSL color Cylindrical-coordinate representation of color #DCBD70: hue angle of 42.78º 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 #DCBD70 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 112 -
CMYK 0 0.14 0.49 0.14
HSL 42.78º 0.61% 0.65% -
HSV(B) 42.78º 0.49% 0.86% -
XYZ 50.64 52.78 22.85 -
YUV 189.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 220 189 112 0 0.14 0.49 0.14 42.78 0.61 0.65
Hex DC BD 70 0 E 31 E 2B 3D 41
Octal 334 275 160 0 16 61 16 53 75 101
Binary 11011100 10111101 1110000 0 1110 110001 1110 101011 111101 1000001

Color Harmonies of #DCBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD70

Black with #DCBD70

Text Example


Text Example

White with #DCBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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