Html Css Color HEX #DCC333 Wattle

📋 copy color: '#DCC333'

red 220 ◦ green 195 ◦ blue 51

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

Shades of Wattle #DCC333

Tints of Wattle #DCC333

RGB

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

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

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

R = 47.21%
G = 41.85%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCC333 (or 0xDCC333) is known color: Wattle. HEX triplet: DC, C3 and 33. RGB value is (220,195,51). Sum of RGB (Red+Green+Blue) = 220+195+51=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC333 is #233CCC. Grayscale: #BABABA. Windows color (decimal): -2309325 or 3392476. OLE color: 3392476.

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

Color convert

RGB 220 195 51 -
CMYK 0 0.11 0.77 0.14
HSL 51.12º 0.71% 0.53% -
HSV(B) 51.12º 0.77% 0.86% -
XYZ 49.63 54.48 11.03 -
YUV 186.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 220 195 51 0 0.11 0.77 0.14 51.12 0.71 0.53
Hex DC C3 33 0 B 4D E 33 47 35
Octal 334 303 63 0 13 115 16 63 107 65
Binary 11011100 11000011 110011 0 1011 1001101 1110 110011 1000111 110101

Color Harmonies of #DCC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC333

Black with #DCC333

Text Example


Text Example

White with #DCC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC333; }

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

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

background-color css

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

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

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

border-color css

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

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

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