Html Css Color HEX #DDC233 Wattle

📋 copy color: '#DDC233'

red 221 ◦ green 194 ◦ blue 51

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

Shades of Wattle #DDC233

Tints of Wattle #DDC233

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

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

R = 47.42%
G = 41.63%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDC233 (or 0xDDC233) is known color: Wattle. HEX triplet: DD, C2 and 33. RGB value is (221,194,51). Sum of RGB (Red+Green+Blue) = 221+194+51=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC233 is #223DCC. Grayscale: #BABABA. Windows color (decimal): -2244045 or 3392221. OLE color: 3392221.

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

Color convert

RGB 221 194 51 -
CMYK 0 0.12 0.77 0.13
HSL 50.47º 0.71% 0.53% -
HSV(B) 50.47º 0.77% 0.87% -
XYZ 49.71 54.19 10.97 -
YUV 185.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 221 194 51 0 0.12 0.77 0.13 50.47 0.71 0.53
Hex DD C2 33 0 C 4D D 32 47 35
Octal 335 302 63 0 14 115 15 62 107 65
Binary 11011101 11000010 110011 0 1100 1001101 1101 110010 1000111 110101

Color Harmonies of #DDC233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC233

Black with #DDC233

Text Example


Text Example

White with #DDC233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC233; }

 p { color: rgb(221,194,51); }

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

background-color css

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

 a { background-color: rgb(221,194,51); }

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

border-color css

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

 span { border-color: rgb(221,194,51); }

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