Html Css Color HEX #DCCA3C Wattle

📋 copy color: '#DCCA3C'

red 220 ◦ green 202 ◦ blue 60

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

Shades of Wattle #DCCA3C

Tints of Wattle #DCCA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 45.64%
G = 41.91%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCCA3C (or 0xDCCA3C) is known color: Wattle. HEX triplet: DC, CA and 3C. RGB value is (220,202,60). Sum of RGB (Red+Green+Blue) = 220+202+60=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA3C is #2335C3. Grayscale: #BFBFBF. Windows color (decimal): -2307524 or 3984092. OLE color: 3984092.

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

Color convert

RGB 220 202 60 -
CMYK 0 0.08 0.73 0.14
HSL 53.25º 0.7% 0.55% -
HSV(B) 53.25º 0.73% 0.86% -
XYZ 51.45 57.78 12.72 -
YUV 191.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 220 202 60 0 0.08 0.73 0.14 53.25 0.7 0.55
Hex DC CA 3C 0 8 49 E 35 46 37
Octal 334 312 74 0 10 111 16 65 106 67
Binary 11011100 11001010 111100 0 1000 1001001 1110 110101 1000110 110111

Color Harmonies of #DCCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA3C

Black with #DCCA3C

Text Example


Text Example

White with #DCCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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