Html Css Color HEX #DBBB6F Chenin

📋 copy color: '#DBBB6F'

red 219 ◦ green 187 ◦ blue 111

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

Shades of Chenin #DBBB6F

Tints of Chenin #DBBB6F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.17%

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

R = 42.36%
G = 36.17%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBBB6F (or 0xDBBB6F) is known color: Chenin. HEX triplet: DB, BB and 6F. RGB value is (219,187,111). Sum of RGB (Red+Green+Blue) = 219+187+111=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB6F is #244490. Grayscale: #BCBCBC. Windows color (decimal): -2376849 or 7322587. OLE color: 7322587.

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

Color convert

RGB 219 187 111 -
CMYK 0 0.15 0.49 0.14
HSL 42.22º 0.6% 0.65% -
HSV(B) 42.22º 0.49% 0.86% -
XYZ 49.85 51.75 22.4 -
YUV 187.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 219 187 111 0 0.15 0.49 0.14 42.22 0.6 0.65
Hex DB BB 6F 0 F 31 E 2A 3C 41
Octal 333 273 157 0 17 61 16 52 74 101
Binary 11011011 10111011 1101111 0 1111 110001 1110 101010 111100 1000001

Color Harmonies of #DBBB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB6F

Black with #DBBB6F

Text Example


Text Example

White with #DBBB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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