Html Css Color HEX #DABF74 Chenin

📋 copy color: '#DABF74'

red 218 ◦ green 191 ◦ blue 116

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

Shades of Chenin #DABF74

Tints of Chenin #DABF74

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

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

R = 41.52%
G = 36.38%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DABF74 (or 0xDABF74) is known color: Chenin. HEX triplet: DA, BF and 74. RGB value is (218,191,116). Sum of RGB (Red+Green+Blue) = 218+191+116=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF74 is #25408B. Grayscale: #BEBEBE. Windows color (decimal): -2441356 or 7651290. OLE color: 7651290.

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

Color convert

RGB 218 191 116 -
CMYK 0 0.12 0.47 0.15
HSL 44.12º 0.58% 0.65% -
HSV(B) 44.12º 0.47% 0.85% -
XYZ 50.7 53.43 24.16 -
YUV 190.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 218 191 116 0 0.12 0.47 0.15 44.12 0.58 0.65
Hex DA BF 74 0 C 2F F 2C 3A 41
Octal 332 277 164 0 14 57 17 54 72 101
Binary 11011010 10111111 1110100 0 1100 101111 1111 101100 111010 1000001

Color Harmonies of #DABF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF74

Black with #DABF74

Text Example


Text Example

White with #DABF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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