Html Css Color HEX #DBC768 Chenin

📋 copy color: '#DBC768'

red 219 ◦ green 199 ◦ blue 104

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

Shades of Chenin #DBC768

Tints of Chenin #DBC768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.92%

R = 41.95%
G = 38.12%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBC768 (or 0xDBC768) is known color: Chenin. HEX triplet: DB, C7 and 68. RGB value is (219,199,104). Sum of RGB (Red+Green+Blue) = 219+199+104=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC768 is #243897. Grayscale: #C2C2C2. Windows color (decimal): -2373784 or 6866907. OLE color: 6866907.

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

Color convert

RGB 219 199 104 -
CMYK 0 0.09 0.53 0.14
HSL 49.57º 0.61% 0.63% -
HSV(B) 49.57º 0.53% 0.86% -
XYZ 52.14 56.91 21.33 -
YUV 194.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 219 199 104 0 0.09 0.53 0.14 49.57 0.61 0.63
Hex DB C7 68 0 9 35 E 32 3D 3F
Octal 333 307 150 0 11 65 16 62 75 77
Binary 11011011 11000111 1101000 0 1001 110101 1110 110010 111101 111111

Color Harmonies of #DBC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC768

Black with #DBC768

Text Example


Text Example

White with #DBC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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