Html Css Color HEX #DBC762 Chenin

📋 copy color: '#DBC762'

red 219 ◦ green 199 ◦ blue 98

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

Shades of Chenin #DBC762

Tints of Chenin #DBC762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.57%

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

R = 42.44%
G = 38.57%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBC762 (or 0xDBC762) is known color: Chenin. HEX triplet: DB, C7 and 62. RGB value is (219,199,98). Sum of RGB (Red+Green+Blue) = 219+199+98=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC762 is #24389D. Grayscale: #C1C1C1. Windows color (decimal): -2373790 or 6473691. OLE color: 6473691.

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

Color convert

RGB 219 199 98 -
CMYK 0 0.09 0.55 0.14
HSL 50.08º 0.63% 0.62% -
HSV(B) 50.08º 0.55% 0.86% -
XYZ 51.84 56.79 19.78 -
YUV 193.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 219 199 98 0 0.09 0.55 0.14 50.08 0.63 0.62
Hex DB C7 62 0 9 37 E 32 3F 3E
Octal 333 307 142 0 11 67 16 62 77 76
Binary 11011011 11000111 1100010 0 1001 110111 1110 110010 111111 111110

Color Harmonies of #DBC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC762

Black with #DBC762

Text Example


Text Example

White with #DBC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC762; }

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

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

background-color css

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

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

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

border-color css

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

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

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