Html Css Color HEX #DDC234 Wattle

📋 copy color: '#DDC234'

red 221 ◦ green 194 ◦ blue 52

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

Shades of Wattle #DDC234

Tints of Wattle #DDC234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 47.32%
G = 41.54%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC234 (or 0xDDC234) is known color: Wattle. HEX triplet: DD, C2 and 34. RGB value is (221,194,52). Sum of RGB (Red+Green+Blue) = 221+194+52=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC234 is #223DCB. Grayscale: #BABABA. Windows color (decimal): -2244044 or 3457757. OLE color: 3457757.

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

Color convert

RGB 221 194 52 -
CMYK 0 0.12 0.76 0.13
HSL 50.41º 0.71% 0.54% -
HSV(B) 50.41º 0.76% 0.87% -
XYZ 49.73 54.2 11.09 -
YUV 185.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 221 194 52 0 0.12 0.76 0.13 50.41 0.71 0.54
Hex DD C2 34 0 C 4C D 32 47 36
Octal 335 302 64 0 14 114 15 62 107 66
Binary 11011101 11000010 110100 0 1100 1001100 1101 110010 1000111 110110

Color Harmonies of #DDC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC234

Black with #DDC234

Text Example


Text Example

White with #DDC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC234; }

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

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

background-color css

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

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

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

border-color css

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

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

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