Html Css Color HEX #DBC966 Chenin

📋 copy color: '#DBC966'

red 219 ◦ green 201 ◦ blue 102

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

Shades of Chenin #DBC966

Tints of Chenin #DBC966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.54%

R = 41.95%
G = 38.51%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBC966 (or 0xDBC966) is known color: Chenin. HEX triplet: DB, C9 and 66. RGB value is (219,201,102). Sum of RGB (Red+Green+Blue) = 219+201+102=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC966 is #243699. Grayscale: #C3C3C3. Windows color (decimal): -2373274 or 6736347. OLE color: 6736347.

HSL color Cylindrical-coordinate representation of color #DBC966: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBC966 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 102 -
CMYK 0 0.08 0.53 0.14
HSL 50.77º 0.62% 0.63% -
HSV(B) 50.77º 0.53% 0.86% -
XYZ 52.5 57.79 20.96 -
YUV 195.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 219 201 102 0 0.08 0.53 0.14 50.77 0.62 0.63
Hex DB C9 66 0 8 35 E 33 3E 3F
Octal 333 311 146 0 10 65 16 63 76 77
Binary 11011011 11001001 1100110 0 1000 110101 1110 110011 111110 111111

Color Harmonies of #DBC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC966

Black with #DBC966

Text Example


Text Example

White with #DBC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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