Html Css Color HEX #DABD76 Chenin

📋 copy color: '#DABD76'

red 218 ◦ green 189 ◦ blue 118

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

Shades of Chenin #DABD76

Tints of Chenin #DABD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.48%

R = 41.52%
G = 36%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DABD76 (or 0xDABD76) is known color: Chenin. HEX triplet: DA, BD and 76. RGB value is (218,189,118). Sum of RGB (Red+Green+Blue) = 218+189+118=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD76 is #254289. Grayscale: #BDBDBD. Windows color (decimal): -2441866 or 7781850. OLE color: 7781850.

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

Color convert

RGB 218 189 118 -
CMYK 0 0.13 0.46 0.15
HSL 42.6º 0.57% 0.66% -
HSV(B) 42.6º 0.46% 0.85% -
XYZ 50.38 52.61 24.64 -
YUV 189.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 218 189 118 0 0.13 0.46 0.15 42.6 0.57 0.66
Hex DA BD 76 0 D 2E F 2B 39 42
Octal 332 275 166 0 15 56 17 53 71 102
Binary 11011010 10111101 1110110 0 1101 101110 1111 101011 111001 1000010

Color Harmonies of #DABD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD76

Black with #DABD76

Text Example


Text Example

White with #DABD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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