Html Css Color HEX #DCC33A Wattle

📋 copy color: '#DCC33A'

red 220 ◦ green 195 ◦ blue 58

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

Shades of Wattle #DCC33A

Tints of Wattle #DCC33A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

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

R = 46.51%
G = 41.23%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCC33A (or 0xDCC33A) is known color: Wattle. HEX triplet: DC, C3 and 3A. RGB value is (220,195,58). Sum of RGB (Red+Green+Blue) = 220+195+58=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC33A is #233CC5. Grayscale: #BBBBBB. Windows color (decimal): -2309318 or 3851228. OLE color: 3851228.

HSL color Cylindrical-coordinate representation of color #DCC33A: hue angle of 50.74º 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 #DCC33A is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 58 -
CMYK 0 0.11 0.74 0.14
HSL 50.74º 0.7% 0.55% -
HSV(B) 50.74º 0.74% 0.86% -
XYZ 49.79 54.55 11.91 -
YUV 186.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 220 195 58 0 0.11 0.74 0.14 50.74 0.7 0.55
Hex DC C3 3A 0 B 4A E 33 46 37
Octal 334 303 72 0 13 112 16 63 106 67
Binary 11011100 11000011 111010 0 1011 1001010 1110 110011 1000110 110111

Color Harmonies of #DCC33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC33A

Black with #DCC33A

Text Example


Text Example

White with #DCC33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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