Html Css Color HEX #DACB30 Wattle

📋 copy color: '#DACB30'

red 218 ◦ green 203 ◦ blue 48

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

Shades of Wattle #DACB30

Tints of Wattle #DACB30

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 48 (19.14% from 255) = 10.23%

R = 46.48%
G = 43.28%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DACB30 (or 0xDACB30) is known color: Wattle. HEX triplet: DA, CB and 30. RGB value is (218,203,48). Sum of RGB (Red+Green+Blue) = 218+203+48=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB30 is #2534CF. Grayscale: #BEBEBE. Windows color (decimal): -2438352 or 3197914. OLE color: 3197914.

HSL color Cylindrical-coordinate representation of color #DACB30: hue angle of 54.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DACB30 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 48 -
CMYK 0 0.07 0.78 0.15
HSL 54.71º 0.7% 0.52% -
HSV(B) 54.71º 0.78% 0.85% -
XYZ 50.8 57.83 11.28 -
YUV 189.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 218 203 48 0 0.07 0.78 0.15 54.71 0.7 0.52
Hex DA CB 30 0 7 4E F 37 46 34
Octal 332 313 60 0 7 116 17 67 106 64
Binary 11011010 11001011 110000 0 111 1001110 1111 110111 1000110 110100

Color Harmonies of #DACB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB30

Black with #DACB30

Text Example


Text Example

White with #DACB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB30; }

 p { color: rgb(218,203,48); }

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

background-color css

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

 a { background-color: rgb(218,203,48); }

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

border-color css

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

 span { border-color: rgb(218,203,48); }

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