Html Css Color HEX #DCC33E Wattle

📋 copy color: '#DCC33E'

red 220 ◦ green 195 ◦ blue 62

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

Shades of Wattle #DCC33E

Tints of Wattle #DCC33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13%

R = 46.12%
G = 40.88%
B = 13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DCC33E (or 0xDCC33E) is known color: Wattle. HEX triplet: DC, C3 and 3E. RGB value is (220,195,62). Sum of RGB (Red+Green+Blue) = 220+195+62=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC33E is #233CC1. Grayscale: #BBBBBB. Windows color (decimal): -2309314 or 4113372. OLE color: 4113372.

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

Color convert

RGB 220 195 62 -
CMYK 0 0.11 0.72 0.14
HSL 50.51º 0.69% 0.55% -
HSV(B) 50.51º 0.72% 0.86% -
XYZ 49.9 54.59 12.47 -
YUV 187.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 220 195 62 0 0.11 0.72 0.14 50.51 0.69 0.55
Hex DC C3 3E 0 B 48 E 33 45 37
Octal 334 303 76 0 13 110 16 63 105 67
Binary 11011100 11000011 111110 0 1011 1001000 1110 110011 1000101 110111

Color Harmonies of #DCC33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC33E

Black with #DCC33E

Text Example


Text Example

White with #DCC33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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