Html Css Color HEX #DABD73 Chenin

📋 copy color: '#DABD73'

red 218 ◦ green 189 ◦ blue 115

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

Shades of Chenin #DABD73

Tints of Chenin #DABD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.03%

R = 41.76%
G = 36.21%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DABD73 (or 0xDABD73) is known color: Chenin. HEX triplet: DA, BD and 73. RGB value is (218,189,115). Sum of RGB (Red+Green+Blue) = 218+189+115=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD73 is #25428C. Grayscale: #BDBDBD. Windows color (decimal): -2441869 or 7585242. OLE color: 7585242.

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

Color convert

RGB 218 189 115 -
CMYK 0 0.13 0.47 0.15
HSL 43.11º 0.58% 0.65% -
HSV(B) 43.11º 0.47% 0.85% -
XYZ 50.21 52.54 23.71 -
YUV 189.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 218 189 115 0 0.13 0.47 0.15 43.11 0.58 0.65
Hex DA BD 73 0 D 2F F 2B 3A 41
Octal 332 275 163 0 15 57 17 53 72 101
Binary 11011010 10111101 1110011 0 1101 101111 1111 101011 111010 1000001

Color Harmonies of #DABD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD73

Black with #DABD73

Text Example


Text Example

White with #DABD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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