Html Css Color HEX #DDC530 Wattle

📋 copy color: '#DDC530'

red 221 ◦ green 197 ◦ blue 48

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

Shades of Wattle #DDC530

Tints of Wattle #DDC530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.3%

R = 47.42%
G = 42.27%
B = 10.3%

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

#DDC530 (or 0xDDC530) is known color: Wattle. HEX triplet: DD, C5 and 30. RGB value is (221,197,48). Sum of RGB (Red+Green+Blue) = 221+197+48=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC530 is #223ACF. Grayscale: #BBBBBB. Windows color (decimal): -2243280 or 3196381. OLE color: 3196381.

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

Color convert

RGB 221 197 48 -
CMYK 0 0.11 0.78 0.13
HSL 51.68º 0.72% 0.53% -
HSV(B) 51.68º 0.78% 0.87% -
XYZ 50.32 55.52 10.86 -
YUV 187.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 221 197 48 0 0.11 0.78 0.13 51.68 0.72 0.53
Hex DD C5 30 0 B 4E D 34 48 35
Octal 335 305 60 0 13 116 15 64 110 65
Binary 11011101 11000101 110000 0 1011 1001110 1101 110100 1001000 110101

Color Harmonies of #DDC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC530

Black with #DDC530

Text Example


Text Example

White with #DDC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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