Html Css Color HEX #DBC564 Chenin

📋 copy color: '#DBC564'

red 219 ◦ green 197 ◦ blue 100

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

Shades of Chenin #DBC564

Tints of Chenin #DBC564

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.18%

 BLUE value IS 100 (39.45% from 255) = 19.38%

R = 42.44%
G = 38.18%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DBC564 (or 0xDBC564) is known color: Chenin. HEX triplet: DB, C5 and 64. RGB value is (219,197,100). Sum of RGB (Red+Green+Blue) = 219+197+100=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC564 is #243A9B. Grayscale: #C0C0C0. Windows color (decimal): -2374300 or 6604251. OLE color: 6604251.

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

Color convert

RGB 219 197 100 -
CMYK 0 0.10 0.54 0.14
HSL 48.91º 0.62% 0.63% -
HSV(B) 48.91º 0.54% 0.86% -
XYZ 51.48 55.91 20.14 -
YUV 192.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 219 197 100 0 0.10 0.54 0.14 48.91 0.62 0.63
Hex DB C5 64 0 A 36 E 31 3E 3F
Octal 333 305 144 0 12 66 16 61 76 77
Binary 11011011 11000101 1100100 0 1010 110110 1110 110001 111110 111111

Color Harmonies of #DBC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC564

Black with #DBC564

Text Example


Text Example

White with #DBC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC564; }

 p { color: rgb(219,197,100); }

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

background-color css

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

 a { background-color: rgb(219,197,100); }

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

border-color css

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

 span { border-color: rgb(219,197,100); }

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