Html Css Color HEX #DABA74 Chenin

📋 copy color: '#DABA74'

red 218 ◦ green 186 ◦ blue 116

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

Shades of Chenin #DABA74

Tints of Chenin #DABA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.31%

R = 41.92%
G = 35.77%
B = 22.31%

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

#DABA74 (or 0xDABA74) is known color: Chenin. HEX triplet: DA, BA and 74. RGB value is (218,186,116). Sum of RGB (Red+Green+Blue) = 218+186+116=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA74 is #25458B. Grayscale: #BBBBBB. Windows color (decimal): -2442636 or 7650010. OLE color: 7650010.

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

Color convert

RGB 218 186 116 -
CMYK 0 0.15 0.47 0.15
HSL 41.18º 0.58% 0.65% -
HSV(B) 41.18º 0.47% 0.85% -
XYZ 49.62 51.28 23.81 -
YUV 187.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 218 186 116 0 0.15 0.47 0.15 41.18 0.58 0.65
Hex DA BA 74 0 F 2F F 29 3A 41
Octal 332 272 164 0 17 57 17 51 72 101
Binary 11011010 10111010 1110100 0 1111 101111 1111 101001 111010 1000001

Color Harmonies of #DABA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA74

Black with #DABA74

Text Example


Text Example

White with #DABA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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