Html Css Color HEX #DABB70 Chenin

📋 copy color: '#DABB70'

red 218 ◦ green 187 ◦ blue 112

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

Shades of Chenin #DABB70

Tints of Chenin #DABB70

RGB

 RED value IS 218 (85.55% from 255) = 42.17%

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

 BLUE value IS 112 (44.14% from 255) = 21.66%

R = 42.17%
G = 36.17%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DABB70 (or 0xDABB70) is known color: Chenin. HEX triplet: DA, BB and 70. RGB value is (218,187,112). Sum of RGB (Red+Green+Blue) = 218+187+112=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB70 is #25448F. Grayscale: #BCBCBC. Windows color (decimal): -2442384 or 7388122. OLE color: 7388122.

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

Color convert

RGB 218 187 112 -
CMYK 0 0.14 0.49 0.15
HSL 42.45º 0.59% 0.65% -
HSV(B) 42.45º 0.49% 0.85% -
XYZ 49.61 51.62 22.68 -
YUV 187.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 218 187 112 0 0.14 0.49 0.15 42.45 0.59 0.65
Hex DA BB 70 0 E 31 F 2A 3B 41
Octal 332 273 160 0 16 61 17 52 73 101
Binary 11011010 10111011 1110000 0 1110 110001 1111 101010 111011 1000001

Color Harmonies of #DABB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB70

Black with #DABB70

Text Example


Text Example

White with #DABB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB70; }

 p { color: rgb(218,187,112); }

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

background-color css

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

 a { background-color: rgb(218,187,112); }

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

border-color css

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

 span { border-color: rgb(218,187,112); }

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