Html Css Color HEX #DDC03D Wattle

📋 copy color: '#DDC03D'

red 221 ◦ green 192 ◦ blue 61

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

Shades of Wattle #DDC03D

Tints of Wattle #DDC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 61 (24.22% from 255) = 12.87%

R = 46.62%
G = 40.51%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC03D (or 0xDDC03D) is known color: Wattle. HEX triplet: DD, C0 and 3D. RGB value is (221,192,61). Sum of RGB (Red+Green+Blue) = 221+192+61=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03D is #223FC2. Grayscale: #BABABA. Windows color (decimal): -2244547 or 4047069. OLE color: 4047069.

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

Color convert

RGB 221 192 61 -
CMYK 0 0.13 0.72 0.13
HSL 49.13º 0.7% 0.55% -
HSV(B) 49.13º 0.72% 0.87% -
XYZ 49.51 53.41 12.11 -
YUV 185.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 221 192 61 0 0.13 0.72 0.13 49.13 0.7 0.55
Hex DD C0 3D 0 D 48 D 31 46 37
Octal 335 300 75 0 15 110 15 61 106 67
Binary 11011101 11000000 111101 0 1101 1001000 1101 110001 1000110 110111

Color Harmonies of #DDC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC03D

Black with #DDC03D

Text Example


Text Example

White with #DDC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC03D; }

 p { color: rgb(221,192,61); }

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

background-color css

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

 a { background-color: rgb(221,192,61); }

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

border-color css

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

 span { border-color: rgb(221,192,61); }

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