Html Css Color HEX #DCCA3A Wattle

📋 copy color: '#DCCA3A'

red 220 ◦ green 202 ◦ blue 58

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

Shades of Wattle #DCCA3A

Tints of Wattle #DCCA3A

RGB

 RED value IS 220 (86.33% from 255) = 45.83%

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 58 (23.05% from 255) = 12.08%

R = 45.83%
G = 42.08%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCCA3A (or 0xDCCA3A) is known color: Wattle. HEX triplet: DC, CA and 3A. RGB value is (220,202,58). Sum of RGB (Red+Green+Blue) = 220+202+58=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA3A is #2335C5. Grayscale: #BFBFBF. Windows color (decimal): -2307526 or 3853020. OLE color: 3853020.

HSL color Cylindrical-coordinate representation of color #DCCA3A: hue angle of 53.33º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCCA3A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 58 -
CMYK 0 0.08 0.74 0.14
HSL 53.33º 0.7% 0.55% -
HSV(B) 53.33º 0.74% 0.86% -
XYZ 51.4 57.76 12.44 -
YUV 190.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 220 202 58 0 0.08 0.74 0.14 53.33 0.7 0.55
Hex DC CA 3A 0 8 4A E 35 46 37
Octal 334 312 72 0 10 112 16 65 106 67
Binary 11011100 11001010 111010 0 1000 1001010 1110 110101 1000110 110111

Color Harmonies of #DCCA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA3A

Black with #DCCA3A

Text Example


Text Example

White with #DCCA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA3A; }

 p { color: rgb(220,202,58); }

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

background-color css

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

 a { background-color: rgb(220,202,58); }

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

border-color css

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

 span { border-color: rgb(220,202,58); }

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