Html Css Color HEX #DDC531 Wattle

📋 copy color: '#DDC531'

red 221 ◦ green 197 ◦ blue 49

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

Shades of Wattle #DDC531

Tints of Wattle #DDC531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.18%

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

R = 47.32%
G = 42.18%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDC531 (or 0xDDC531) is known color: Wattle. HEX triplet: DD, C5 and 31. RGB value is (221,197,49). Sum of RGB (Red+Green+Blue) = 221+197+49=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC531 is #223ACE. Grayscale: #BBBBBB. Windows color (decimal): -2243279 or 3261917. OLE color: 3261917.

HSL color Cylindrical-coordinate representation of color #DDC531: hue angle of 51.63º 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 #DDC531 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 49 -
CMYK 0 0.11 0.78 0.13
HSL 51.63º 0.72% 0.53% -
HSV(B) 51.63º 0.78% 0.87% -
XYZ 50.34 55.53 10.97 -
YUV 187.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 221 197 49 0 0.11 0.78 0.13 51.63 0.72 0.53
Hex DD C5 31 0 B 4E D 34 48 35
Octal 335 305 61 0 13 116 15 64 110 65
Binary 11011101 11000101 110001 0 1011 1001110 1101 110100 1001000 110101

Color Harmonies of #DDC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC531

Black with #DDC531

Text Example


Text Example

White with #DDC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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