Html Css Color HEX #DBC965 Chenin

📋 copy color: '#DBC965'

red 219 ◦ green 201 ◦ blue 101

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

Shades of Chenin #DBC965

Tints of Chenin #DBC965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 42.03%
G = 38.58%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC965 (or 0xDBC965) is known color: Chenin. HEX triplet: DB, C9 and 65. RGB value is (219,201,101). Sum of RGB (Red+Green+Blue) = 219+201+101=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC965 is #24369A. Grayscale: #C3C3C3. Windows color (decimal): -2373275 or 6670811. OLE color: 6670811.

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

Color convert

RGB 219 201 101 -
CMYK 0 0.08 0.54 0.14
HSL 50.85º 0.62% 0.63% -
HSV(B) 50.85º 0.54% 0.86% -
XYZ 52.45 57.77 20.7 -
YUV 194.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 219 201 101 0 0.08 0.54 0.14 50.85 0.62 0.63
Hex DB C9 65 0 8 36 E 33 3E 3F
Octal 333 311 145 0 10 66 16 63 76 77
Binary 11011011 11001001 1100101 0 1000 110110 1110 110011 111110 111111

Color Harmonies of #DBC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC965

Black with #DBC965

Text Example


Text Example

White with #DBC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC965; }

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

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

background-color css

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

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

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

border-color css

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

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

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