Html Css Color HEX #DABD77 Chenin

📋 copy color: '#DABD77'

red 218 ◦ green 189 ◦ blue 119

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

Shades of Chenin #DABD77

Tints of Chenin #DABD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.62%

R = 41.44%
G = 35.93%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DABD77 (or 0xDABD77) is known color: Chenin. HEX triplet: DA, BD and 77. RGB value is (218,189,119). Sum of RGB (Red+Green+Blue) = 218+189+119=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD77 is #254288. Grayscale: #BDBDBD. Windows color (decimal): -2441865 or 7847386. OLE color: 7847386.

HSL color Cylindrical-coordinate representation of color #DABD77: hue angle of 42.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DABD77 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 119 -
CMYK 0 0.13 0.45 0.15
HSL 42.42º 0.57% 0.66% -
HSV(B) 42.42º 0.45% 0.85% -
XYZ 50.44 52.63 24.95 -
YUV 189.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 218 189 119 0 0.13 0.45 0.15 42.42 0.57 0.66
Hex DA BD 77 0 D 2D F 2A 39 42
Octal 332 275 167 0 15 55 17 52 71 102
Binary 11011010 10111101 1110111 0 1101 101101 1111 101010 111001 1000010

Color Harmonies of #DABD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD77

Black with #DABD77

Text Example


Text Example

White with #DABD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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