Html Css Color HEX #DDC03B Wattle

📋 copy color: '#DDC03B'

red 221 ◦ green 192 ◦ blue 59

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

Shades of Wattle #DDC03B

Tints of Wattle #DDC03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.5%

R = 46.82%
G = 40.68%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDC03B (or 0xDDC03B) is known color: Wattle. HEX triplet: DD, C0 and 3B. RGB value is (221,192,59). Sum of RGB (Red+Green+Blue) = 221+192+59=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03B is #223FC4. Grayscale: #BABABA. Windows color (decimal): -2244549 or 3915997. OLE color: 3915997.

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

Color convert

RGB 221 192 59 -
CMYK 0 0.13 0.73 0.13
HSL 49.26º 0.7% 0.55% -
HSV(B) 49.26º 0.73% 0.87% -
XYZ 49.46 53.39 11.84 -
YUV 185.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 221 192 59 0 0.13 0.73 0.13 49.26 0.7 0.55
Hex DD C0 3B 0 D 49 D 31 46 37
Octal 335 300 73 0 15 111 15 61 106 67
Binary 11011101 11000000 111011 0 1101 1001001 1101 110001 1000110 110111

Color Harmonies of #DDC03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC03B

Black with #DDC03B

Text Example


Text Example

White with #DDC03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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