Html Css Color HEX #DABD70 Chenin

📋 copy color: '#DABD70'

red 218 ◦ green 189 ◦ blue 112

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

Shades of Chenin #DABD70

Tints of Chenin #DABD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

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

R = 42%
G = 36.42%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DABD70 (or 0xDABD70) is known color: Chenin. HEX triplet: DA, BD and 70. RGB value is (218,189,112). Sum of RGB (Red+Green+Blue) = 218+189+112=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD70 is #25428F. Grayscale: #BDBDBD. Windows color (decimal): -2441872 or 7388634. OLE color: 7388634.

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

Color convert

RGB 218 189 112 -
CMYK 0 0.13 0.49 0.15
HSL 43.58º 0.59% 0.65% -
HSV(B) 43.58º 0.49% 0.85% -
XYZ 50.04 52.47 22.82 -
YUV 188.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 218 189 112 0 0.13 0.49 0.15 43.58 0.59 0.65
Hex DA BD 70 0 D 31 F 2C 3B 41
Octal 332 275 160 0 15 61 17 54 73 101
Binary 11011010 10111101 1110000 0 1101 110001 1111 101100 111011 1000001

Color Harmonies of #DABD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD70

Black with #DABD70

Text Example


Text Example

White with #DABD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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