Html Css Color HEX #DABC74 Chenin

📋 copy color: '#DABC74'

red 218 ◦ green 188 ◦ blue 116

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

Shades of Chenin #DABC74

Tints of Chenin #DABC74

RGB

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

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

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

R = 41.76%
G = 36.02%
B = 22.22%

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

#DABC74 (or 0xDABC74) is known color: Chenin. HEX triplet: DA, BC and 74. RGB value is (218,188,116). Sum of RGB (Red+Green+Blue) = 218+188+116=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABC74 is #25438B. Grayscale: #BDBDBD. Windows color (decimal): -2442124 or 7650522. OLE color: 7650522.

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

Color convert

RGB 218 188 116 -
CMYK 0 0.14 0.47 0.15
HSL 42.35º 0.58% 0.65% -
HSV(B) 42.35º 0.47% 0.85% -
XYZ 50.05 52.13 23.95 -
YUV 188.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 218 188 116 0 0.14 0.47 0.15 42.35 0.58 0.65
Hex DA BC 74 0 E 2F F 2A 3A 41
Octal 332 274 164 0 16 57 17 52 72 101
Binary 11011010 10111100 1110100 0 1110 101111 1111 101010 111010 1000001

Color Harmonies of #DABC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC74

Black with #DABC74

Text Example


Text Example

White with #DABC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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