Html Css Color HEX #DABF34 Wattle

📋 copy color: '#DABF34'

red 218 ◦ green 191 ◦ blue 52

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

Shades of Wattle #DABF34

Tints of Wattle #DABF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.28%

R = 47.29%
G = 41.43%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DABF34 (or 0xDABF34) is known color: Wattle. HEX triplet: DA, BF and 34. RGB value is (218,191,52). Sum of RGB (Red+Green+Blue) = 218+191+52=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF34 is #2540CB. Grayscale: #B7B7B7. Windows color (decimal): -2441420 or 3456986. OLE color: 3456986.

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

Color convert

RGB 218 191 52 -
CMYK 0 0.12 0.76 0.15
HSL 50.24º 0.69% 0.53% -
HSV(B) 50.24º 0.76% 0.85% -
XYZ 48.16 52.41 10.83 -
YUV 183.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 218 191 52 0 0.12 0.76 0.15 50.24 0.69 0.53
Hex DA BF 34 0 C 4C F 32 45 35
Octal 332 277 64 0 14 114 17 62 105 65
Binary 11011010 10111111 110100 0 1100 1001100 1111 110010 1000101 110101

Color Harmonies of #DABF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF34

Black with #DABF34

Text Example


Text Example

White with #DABF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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