Html Css Color HEX #DABA75 Chenin

📋 copy color: '#DABA75'

red 218 ◦ green 186 ◦ blue 117

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

Shades of Chenin #DABA75

Tints of Chenin #DABA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.46%

R = 41.84%
G = 35.7%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DABA75 (or 0xDABA75) is known color: Chenin. HEX triplet: DA, BA and 75. RGB value is (218,186,117). Sum of RGB (Red+Green+Blue) = 218+186+117=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA75 is #25458A. Grayscale: #BCBCBC. Windows color (decimal): -2442635 or 7715546. OLE color: 7715546.

HSL color Cylindrical-coordinate representation of color #DABA75: hue angle of 40.99º degrees, saturation: 0.58, 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 #DABA75 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 117 -
CMYK 0 0.15 0.46 0.15
HSL 40.99º 0.58% 0.66% -
HSV(B) 40.99º 0.46% 0.85% -
XYZ 49.68 51.31 24.11 -
YUV 187.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 218 186 117 0 0.15 0.46 0.15 40.99 0.58 0.66
Hex DA BA 75 0 F 2E F 29 3A 42
Octal 332 272 165 0 17 56 17 51 72 102
Binary 11011010 10111010 1110101 0 1111 101110 1111 101001 111010 1000010

Color Harmonies of #DABA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA75

Black with #DABA75

Text Example


Text Example

White with #DABA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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