Html Css Color HEX #DBC664 Chenin

📋 copy color: '#DBC664'

red 219 ◦ green 198 ◦ blue 100

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

Shades of Chenin #DBC664

Tints of Chenin #DBC664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

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

R = 42.36%
G = 38.3%
B = 19.34%

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

#DBC664 (or 0xDBC664) is known color: Chenin. HEX triplet: DB, C6 and 64. RGB value is (219,198,100). Sum of RGB (Red+Green+Blue) = 219+198+100=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC664 is #24399B. Grayscale: #C1C1C1. Windows color (decimal): -2374044 or 6604507. OLE color: 6604507.

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

Color convert

RGB 219 198 100 -
CMYK 0 0.10 0.54 0.14
HSL 49.41º 0.62% 0.63% -
HSV(B) 49.41º 0.54% 0.86% -
XYZ 51.71 56.37 20.21 -
YUV 193.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 219 198 100 0 0.10 0.54 0.14 49.41 0.62 0.63
Hex DB C6 64 0 A 36 E 31 3E 3F
Octal 333 306 144 0 12 66 16 61 76 77
Binary 11011011 11000110 1100100 0 1010 110110 1110 110001 111110 111111

Color Harmonies of #DBC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC664

Black with #DBC664

Text Example


Text Example

White with #DBC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC664; }

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

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

background-color css

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

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

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

border-color css

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

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

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