Html Css Color HEX #DCBF72 Chenin

📋 copy color: '#DCBF72'

red 220 ◦ green 191 ◦ blue 114

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

Shades of Chenin #DCBF72

Tints of Chenin #DCBF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 41.9%
G = 36.38%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCBF72 (or 0xDCBF72) is known color: Chenin. HEX triplet: DC, BF and 72. RGB value is (220,191,114). Sum of RGB (Red+Green+Blue) = 220+191+114=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF72 is #23408D. Grayscale: #BFBFBF. Windows color (decimal): -2310286 or 7520220. OLE color: 7520220.

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

Color convert

RGB 220 191 114 -
CMYK 0 0.13 0.48 0.14
HSL 43.58º 0.6% 0.65% -
HSV(B) 43.58º 0.48% 0.86% -
XYZ 51.18 53.69 23.59 -
YUV 190.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 220 191 114 0 0.13 0.48 0.14 43.58 0.6 0.65
Hex DC BF 72 0 D 30 E 2C 3C 41
Octal 334 277 162 0 15 60 16 54 74 101
Binary 11011100 10111111 1110010 0 1101 110000 1110 101100 111100 1000001

Color Harmonies of #DCBF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF72

Black with #DCBF72

Text Example


Text Example

White with #DCBF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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