Html Css Color HEX #DABC73 Chenin

📋 copy color: '#DABC73'

red 218 ◦ green 188 ◦ blue 115

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

Shades of Chenin #DABC73

Tints of Chenin #DABC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

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

R = 41.84%
G = 36.08%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DABC73 (or 0xDABC73) is known color: Chenin. HEX triplet: DA, BC and 73. RGB value is (218,188,115). Sum of RGB (Red+Green+Blue) = 218+188+115=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC73 is #25438C. Grayscale: #BCBCBC. Windows color (decimal): -2442125 or 7584986. OLE color: 7584986.

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

Color convert

RGB 218 188 115 -
CMYK 0 0.14 0.47 0.15
HSL 42.52º 0.58% 0.65% -
HSV(B) 42.52º 0.47% 0.85% -
XYZ 49.99 52.11 23.64 -
YUV 188.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 218 188 115 0 0.14 0.47 0.15 42.52 0.58 0.65
Hex DA BC 73 0 E 2F F 2B 3A 41
Octal 332 274 163 0 16 57 17 53 72 101
Binary 11011010 10111100 1110011 0 1110 101111 1111 101011 111010 1000001

Color Harmonies of #DABC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC73

Black with #DABC73

Text Example


Text Example

White with #DABC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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