Html Css Color HEX #DCBE75 Chenin

📋 copy color: '#DCBE75'

red 220 ◦ green 190 ◦ blue 117

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

Shades of Chenin #DCBE75

Tints of Chenin #DCBE75

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.05%

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 41.75%
G = 36.05%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCBE75 (or 0xDCBE75) is known color: Chenin. HEX triplet: DC, BE and 75. RGB value is (220,190,117). Sum of RGB (Red+Green+Blue) = 220+190+117=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE75 is #23418A. Grayscale: #BEBEBE. Windows color (decimal): -2310539 or 7716572. OLE color: 7716572.

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

Color convert

RGB 220 190 117 -
CMYK 0 0.14 0.47 0.14
HSL 42.52º 0.6% 0.66% -
HSV(B) 42.52º 0.47% 0.86% -
XYZ 51.14 53.33 24.43 -
YUV 190.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 220 190 117 0 0.14 0.47 0.14 42.52 0.6 0.66
Hex DC BE 75 0 E 2F E 2B 3C 42
Octal 334 276 165 0 16 57 16 53 74 102
Binary 11011100 10111110 1110101 0 1110 101111 1110 101011 111100 1000010

Color Harmonies of #DCBE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBE75

Black with #DCBE75

Text Example


Text Example

White with #DCBE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBE75; }

 p { color: rgb(220,190,117); }

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

background-color css

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

 a { background-color: rgb(220,190,117); }

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

border-color css

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

 span { border-color: rgb(220,190,117); }

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