Html Css Color HEX #DCCA33 Wattle

📋 copy color: '#DCCA33'

red 220 ◦ green 202 ◦ blue 51

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

Shades of Wattle #DCCA33

Tints of Wattle #DCCA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.78%

R = 46.51%
G = 42.71%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCCA33 (or 0xDCCA33) is known color: Wattle. HEX triplet: DC, CA and 33. RGB value is (220,202,51). Sum of RGB (Red+Green+Blue) = 220+202+51=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA33 is #2335CC. Grayscale: #BEBEBE. Windows color (decimal): -2307533 or 3394268. OLE color: 3394268.

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

Color convert

RGB 220 202 51 -
CMYK 0 0.08 0.77 0.14
HSL 53.61º 0.71% 0.53% -
HSV(B) 53.61º 0.77% 0.86% -
XYZ 51.23 57.7 11.57 -
YUV 190.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 220 202 51 0 0.08 0.77 0.14 53.61 0.71 0.53
Hex DC CA 33 0 8 4D E 36 47 35
Octal 334 312 63 0 10 115 16 66 107 65
Binary 11011100 11001010 110011 0 1000 1001101 1110 110110 1000111 110101

Color Harmonies of #DCCA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA33

Black with #DCCA33

Text Example


Text Example

White with #DCCA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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