Html Css Color HEX #DABA73 Chenin

📋 copy color: '#DABA73'

red 218 ◦ green 186 ◦ blue 115

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

Shades of Chenin #DABA73

Tints of Chenin #DABA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 42%
G = 35.84%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DABA73 (or 0xDABA73) is known color: Chenin. HEX triplet: DA, BA and 73. RGB value is (218,186,115). Sum of RGB (Red+Green+Blue) = 218+186+115=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA73 is #25458C. Grayscale: #BBBBBB. Windows color (decimal): -2442637 or 7584474. OLE color: 7584474.

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

Color convert

RGB 218 186 115 -
CMYK 0 0.15 0.47 0.15
HSL 41.36º 0.58% 0.65% -
HSV(B) 41.36º 0.47% 0.85% -
XYZ 49.57 51.26 23.5 -
YUV 187.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 218 186 115 0 0.15 0.47 0.15 41.36 0.58 0.65
Hex DA BA 73 0 F 2F F 29 3A 41
Octal 332 272 163 0 17 57 17 51 72 101
Binary 11011010 10111010 1110011 0 1111 101111 1111 101001 111010 1000001

Color Harmonies of #DABA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA73

Black with #DABA73

Text Example


Text Example

White with #DABA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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