Html Css Color HEX #DBC468 Chenin

📋 copy color: '#DBC468'

red 219 ◦ green 196 ◦ blue 104

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

Shades of Chenin #DBC468

Tints of Chenin #DBC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.76%

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

R = 42.2%
G = 37.76%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DBC468 (or 0xDBC468) is known color: Chenin. HEX triplet: DB, C4 and 68. RGB value is (219,196,104). Sum of RGB (Red+Green+Blue) = 219+196+104=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC468 is #243B97. Grayscale: #C0C0C0. Windows color (decimal): -2374552 or 6866139. OLE color: 6866139.

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

Color convert

RGB 219 196 104 -
CMYK 0 0.11 0.53 0.14
HSL 48º 0.61% 0.63% -
HSV(B) 48º 0.53% 0.86% -
XYZ 51.45 55.54 21.11 -
YUV 192.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 219 196 104 0 0.11 0.53 0.14 48 0.61 0.63
Hex DB C4 68 0 B 35 E 30 3D 3F
Octal 333 304 150 0 13 65 16 60 75 77
Binary 11011011 11000100 1101000 0 1011 110101 1110 110000 111101 111111

Color Harmonies of #DBC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC468

Black with #DBC468

Text Example


Text Example

White with #DBC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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