Html Css Color HEX #DBC465 Chenin

📋 copy color: '#DBC465'

red 219 ◦ green 196 ◦ blue 101

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

Shades of Chenin #DBC465

Tints of Chenin #DBC465

RGB

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

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

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

R = 42.44%
G = 37.98%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC465 (or 0xDBC465) is known color: Chenin. HEX triplet: DB, C4 and 65. RGB value is (219,196,101). Sum of RGB (Red+Green+Blue) = 219+196+101=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC465 is #243B9A. Grayscale: #C0C0C0. Windows color (decimal): -2374555 or 6669531. OLE color: 6669531.

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

Color convert

RGB 219 196 101 -
CMYK 0 0.11 0.54 0.14
HSL 48.31º 0.62% 0.63% -
HSV(B) 48.31º 0.54% 0.86% -
XYZ 51.3 55.48 20.32 -
YUV 192.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 219 196 101 0 0.11 0.54 0.14 48.31 0.62 0.63
Hex DB C4 65 0 B 36 E 30 3E 3F
Octal 333 304 145 0 13 66 16 60 76 77
Binary 11011011 11000100 1100101 0 1011 110110 1110 110000 111110 111111

Color Harmonies of #DBC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC465

Black with #DBC465

Text Example


Text Example

White with #DBC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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