Html Css Color HEX #DBCB75 Chenin

📋 copy color: '#DBCB75'

red 219 ◦ green 203 ◦ blue 117

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

Shades of Chenin #DBCB75

Tints of Chenin #DBCB75

RGB

 RED value IS 219 (85.94% from 255) = 40.63%

 GREEN value IS 203 (79.69% from 255) = 37.66%

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

R = 40.63%
G = 37.66%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBCB75 (or 0xDBCB75) is known color: Chenin. HEX triplet: DB, CB and 75. RGB value is (219,203,117). Sum of RGB (Red+Green+Blue) = 219+203+117=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB75 is #24348A. Grayscale: #C6C6C6. Windows color (decimal): -2372747 or 7719899. OLE color: 7719899.

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

Color convert

RGB 219 203 117 -
CMYK 0 0.07 0.47 0.14
HSL 50.59º 0.59% 0.66% -
HSV(B) 50.59º 0.47% 0.86% -
XYZ 53.78 59.06 25.39 -
YUV 197.98 82.3 142.99 -
System Red Green Blue C M Y K H S L
Decimal 219 203 117 0 0.07 0.47 0.14 50.59 0.59 0.66
Hex DB CB 75 0 7 2F E 33 3B 42
Octal 333 313 165 0 7 57 16 63 73 102
Binary 11011011 11001011 1110101 0 111 101111 1110 110011 111011 1000010

Color Harmonies of #DBCB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCB75

Black with #DBCB75

Text Example


Text Example

White with #DBCB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCB75; }

 p { color: rgb(219,203,117); }

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

background-color css

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

 a { background-color: rgb(219,203,117); }

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

border-color css

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

 span { border-color: rgb(219,203,117); }

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