Html Css Color HEX #DCBD73 Chenin

📋 copy color: '#DCBD73'

red 220 ◦ green 189 ◦ blue 115

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

Shades of Chenin #DCBD73

Tints of Chenin #DCBD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.95%

R = 41.98%
G = 36.07%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCBD73 (or 0xDCBD73) is known color: Chenin. HEX triplet: DC, BD and 73. RGB value is (220,189,115). Sum of RGB (Red+Green+Blue) = 220+189+115=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD73 is #23428C. Grayscale: #BEBEBE. Windows color (decimal): -2310797 or 7585244. OLE color: 7585244.

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

Color convert

RGB 220 189 115 -
CMYK 0 0.14 0.48 0.14
HSL 42.29º 0.6% 0.66% -
HSV(B) 42.29º 0.48% 0.86% -
XYZ 50.81 52.85 23.74 -
YUV 189.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 220 189 115 0 0.14 0.48 0.14 42.29 0.6 0.66
Hex DC BD 73 0 E 30 E 2A 3C 42
Octal 334 275 163 0 16 60 16 52 74 102
Binary 11011100 10111101 1110011 0 1110 110000 1110 101010 111100 1000010

Color Harmonies of #DCBD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD73

Black with #DCBD73

Text Example


Text Example

White with #DCBD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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