Html Css Color HEX #DDC33C Wattle

📋 copy color: '#DDC33C'

red 221 ◦ green 195 ◦ blue 60

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

Shades of Wattle #DDC33C

Tints of Wattle #DDC33C

RGB

 RED value IS 221 (86.72% from 255) = 46.43%

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

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

R = 46.43%
G = 40.97%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDC33C (or 0xDDC33C) is known color: Wattle. HEX triplet: DD, C3 and 3C. RGB value is (221,195,60). Sum of RGB (Red+Green+Blue) = 221+195+60=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC33C is #223CC3. Grayscale: #BBBBBB. Windows color (decimal): -2243780 or 3982301. OLE color: 3982301.

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

Color convert

RGB 221 195 60 -
CMYK 0 0.12 0.73 0.13
HSL 50.31º 0.7% 0.55% -
HSV(B) 50.31º 0.73% 0.87% -
XYZ 50.15 54.73 12.2 -
YUV 187.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 221 195 60 0 0.12 0.73 0.13 50.31 0.7 0.55
Hex DD C3 3C 0 C 49 D 32 46 37
Octal 335 303 74 0 14 111 15 62 106 67
Binary 11011101 11000011 111100 0 1100 1001001 1101 110010 1000110 110111

Color Harmonies of #DDC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC33C

Black with #DDC33C

Text Example


Text Example

White with #DDC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC33C; }

 p { color: rgb(221,195,60); }

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

background-color css

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

 a { background-color: rgb(221,195,60); }

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

border-color css

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

 span { border-color: rgb(221,195,60); }

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