Html Css Color HEX #DBC66F Chenin

📋 copy color: '#DBC66F'

red 219 ◦ green 198 ◦ blue 111

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

Shades of Chenin #DBC66F

Tints of Chenin #DBC66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.02%

R = 41.48%
G = 37.5%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBC66F (or 0xDBC66F) is known color: Chenin. HEX triplet: DB, C6 and 6F. RGB value is (219,198,111). Sum of RGB (Red+Green+Blue) = 219+198+111=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC66F is #243990. Grayscale: #C2C2C2. Windows color (decimal): -2374033 or 7325403. OLE color: 7325403.

HSL color Cylindrical-coordinate representation of color #DBC66F: hue angle of 48.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBC66F is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 111 -
CMYK 0 0.10 0.49 0.14
HSL 48.33º 0.6% 0.65% -
HSV(B) 48.33º 0.49% 0.86% -
XYZ 52.28 56.6 23.21 -
YUV 194.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 219 198 111 0 0.10 0.49 0.14 48.33 0.6 0.65
Hex DB C6 6F 0 A 31 E 30 3C 41
Octal 333 306 157 0 12 61 16 60 74 101
Binary 11011011 11000110 1101111 0 1010 110001 1110 110000 111100 1000001

Color Harmonies of #DBC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC66F

Black with #DBC66F

Text Example


Text Example

White with #DBC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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