Html Css Color HEX #DBC962 Chenin

📋 copy color: '#DBC962'

red 219 ◦ green 201 ◦ blue 98

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

Shades of Chenin #DBC962

Tints of Chenin #DBC962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.92%

R = 42.28%
G = 38.8%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBC962 (or 0xDBC962) is known color: Chenin. HEX triplet: DB, C9 and 62. RGB value is (219,201,98). Sum of RGB (Red+Green+Blue) = 219+201+98=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC962 is #24369D. Grayscale: #C3C3C3. Windows color (decimal): -2373278 or 6474203. OLE color: 6474203.

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

Color convert

RGB 219 201 98 -
CMYK 0 0.08 0.55 0.14
HSL 51.07º 0.63% 0.62% -
HSV(B) 51.07º 0.55% 0.86% -
XYZ 52.3 57.72 19.94 -
YUV 194.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 219 201 98 0 0.08 0.55 0.14 51.07 0.63 0.62
Hex DB C9 62 0 8 37 E 33 3F 3E
Octal 333 311 142 0 10 67 16 63 77 76
Binary 11011011 11001001 1100010 0 1000 110111 1110 110011 111111 111110

Color Harmonies of #DBC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC962

Black with #DBC962

Text Example


Text Example

White with #DBC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC962; }

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

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

background-color css

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

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

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

border-color css

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

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

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