Html Css Color HEX #DABF37 Wattle

📋 copy color: '#DABF37'

red 218 ◦ green 191 ◦ blue 55

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

Shades of Wattle #DABF37

Tints of Wattle #DABF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.85%

R = 46.98%
G = 41.16%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DABF37 (or 0xDABF37) is known color: Wattle. HEX triplet: DA, BF and 37. RGB value is (218,191,55). Sum of RGB (Red+Green+Blue) = 218+191+55=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF37 is #2540C8. Grayscale: #B8B8B8. Windows color (decimal): -2441417 or 3653594. OLE color: 3653594.

HSL color Cylindrical-coordinate representation of color #DABF37: hue angle of 50.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DABF37 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 55 -
CMYK 0 0.12 0.75 0.15
HSL 50.06º 0.69% 0.54% -
HSV(B) 50.06º 0.75% 0.85% -
XYZ 48.23 52.44 11.19 -
YUV 183.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 218 191 55 0 0.12 0.75 0.15 50.06 0.69 0.54
Hex DA BF 37 0 C 4B F 32 45 36
Octal 332 277 67 0 14 113 17 62 105 66
Binary 11011010 10111111 110111 0 1100 1001011 1111 110010 1000101 110110

Color Harmonies of #DABF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF37

Black with #DABF37

Text Example


Text Example

White with #DABF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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