Html Css Color HEX #DDC730 Wattle

📋 copy color: '#DDC730'

red 221 ◦ green 199 ◦ blue 48

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

Shades of Wattle #DDC730

Tints of Wattle #DDC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.52%

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

R = 47.22%
G = 42.52%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDC730 (or 0xDDC730) is known color: Wattle. HEX triplet: DD, C7 and 30. RGB value is (221,199,48). Sum of RGB (Red+Green+Blue) = 221+199+48=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC730 is #2238CF. Grayscale: #BCBCBC. Windows color (decimal): -2242768 or 3196893. OLE color: 3196893.

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

Color convert

RGB 221 199 48 -
CMYK 0 0.10 0.78 0.13
HSL 52.37º 0.72% 0.53% -
HSV(B) 52.37º 0.78% 0.87% -
XYZ 50.78 56.43 11.01 -
YUV 188.36 48.79 151.28 -
System Red Green Blue C M Y K H S L
Decimal 221 199 48 0 0.10 0.78 0.13 52.37 0.72 0.53
Hex DD C7 30 0 A 4E D 34 48 35
Octal 335 307 60 0 12 116 15 64 110 65
Binary 11011101 11000111 110000 0 1010 1001110 1101 110100 1001000 110101

Color Harmonies of #DDC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC730

Black with #DDC730

Text Example


Text Example

White with #DDC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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