Html Css Color HEX #DBC975 Chenin

📋 copy color: '#DBC975'

red 219 ◦ green 201 ◦ blue 117

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

Shades of Chenin #DBC975

Tints of Chenin #DBC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.43%

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

R = 40.78%
G = 37.43%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBC975 (or 0xDBC975) is known color: Chenin. HEX triplet: DB, C9 and 75. RGB value is (219,201,117). Sum of RGB (Red+Green+Blue) = 219+201+117=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC975 is #24368A. Grayscale: #C5C5C5. Windows color (decimal): -2373259 or 7719387. OLE color: 7719387.

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

Color convert

RGB 219 201 117 -
CMYK 0 0.08 0.47 0.14
HSL 49.41º 0.59% 0.66% -
HSV(B) 49.41º 0.47% 0.86% -
XYZ 53.31 58.12 25.24 -
YUV 196.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 219 201 117 0 0.08 0.47 0.14 49.41 0.59 0.66
Hex DB C9 75 0 8 2F E 31 3B 42
Octal 333 311 165 0 10 57 16 61 73 102
Binary 11011011 11001001 1110101 0 1000 101111 1110 110001 111011 1000010

Color Harmonies of #DBC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC975

Black with #DBC975

Text Example


Text Example

White with #DBC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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