Html Css Color HEX #DDD03A Wattle

📋 copy color: '#DDD03A'

red 221 ◦ green 208 ◦ blue 58

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

Shades of Wattle #DDD03A

Tints of Wattle #DDD03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 45.38%
G = 42.71%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD03A (or 0xDDD03A) is known color: Wattle. HEX triplet: DD, D0 and 3A. RGB value is (221,208,58). Sum of RGB (Red+Green+Blue) = 221+208+58=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD03A is #222FC5. Grayscale: #C3C3C3. Windows color (decimal): -2240454 or 3854557. OLE color: 3854557.

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

Color convert

RGB 221 208 58 -
CMYK 0 0.06 0.74 0.13
HSL 55.21º 0.71% 0.55% -
HSV(B) 55.21º 0.74% 0.87% -
XYZ 53.14 60.79 12.94 -
YUV 194.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 221 208 58 0 0.06 0.74 0.13 55.21 0.71 0.55
Hex DD D0 3A 0 6 4A D 37 47 37
Octal 335 320 72 0 6 112 15 67 107 67
Binary 11011101 11010000 111010 0 110 1001010 1101 110111 1000111 110111

Color Harmonies of #DDD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD03A

Black with #DDD03A

Text Example


Text Example

White with #DDD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD03A; }

 p { color: rgb(221,208,58); }

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

background-color css

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

 a { background-color: rgb(221,208,58); }

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

border-color css

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

 span { border-color: rgb(221,208,58); }

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