Html Css Color HEX #DDC930 Wattle

📋 copy color: '#DDC930'

red 221 ◦ green 201 ◦ blue 48

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

Shades of Wattle #DDC930

Tints of Wattle #DDC930

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.77%

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

R = 47.02%
G = 42.77%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDC930 (or 0xDDC930) is known color: Wattle. HEX triplet: DD, C9 and 30. RGB value is (221,201,48). Sum of RGB (Red+Green+Blue) = 221+201+48=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC930 is #2236CF. Grayscale: #BEBEBE. Windows color (decimal): -2242256 or 3197405. OLE color: 3197405.

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

Color convert

RGB 221 201 48 -
CMYK 0 0.09 0.78 0.13
HSL 53.06º 0.72% 0.53% -
HSV(B) 53.06º 0.78% 0.87% -
XYZ 51.24 57.36 11.17 -
YUV 189.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 221 201 48 0 0.09 0.78 0.13 53.06 0.72 0.53
Hex DD C9 30 0 9 4E D 35 48 35
Octal 335 311 60 0 11 116 15 65 110 65
Binary 11011101 11001001 110000 0 1001 1001110 1101 110101 1001000 110101

Color Harmonies of #DDC930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC930

Black with #DDC930

Text Example


Text Example

White with #DDC930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC930; }

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

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

background-color css

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

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

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

border-color css

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

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

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