Html Css Color HEX #DDC231 Wattle

📋 copy color: '#DDC231'

red 221 ◦ green 194 ◦ blue 49

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

Shades of Wattle #DDC231

Tints of Wattle #DDC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 47.63%
G = 41.81%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDC231 (or 0xDDC231) is known color: Wattle. HEX triplet: DD, C2 and 31. RGB value is (221,194,49). Sum of RGB (Red+Green+Blue) = 221+194+49=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC231 is #223DCE. Grayscale: #BABABA. Windows color (decimal): -2244047 or 3261149. OLE color: 3261149.

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

Color convert

RGB 221 194 49 -
CMYK 0 0.12 0.78 0.13
HSL 50.58º 0.72% 0.53% -
HSV(B) 50.58º 0.78% 0.87% -
XYZ 49.66 54.18 10.75 -
YUV 185.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 221 194 49 0 0.12 0.78 0.13 50.58 0.72 0.53
Hex DD C2 31 0 C 4E D 33 48 35
Octal 335 302 61 0 14 116 15 63 110 65
Binary 11011101 11000010 110001 0 1100 1001110 1101 110011 1001000 110101

Color Harmonies of #DDC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC231

Black with #DDC231

Text Example


Text Example

White with #DDC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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