Html Css Color HEX #DDD038 Wattle

📋 copy color: '#DDD038'

red 221 ◦ green 208 ◦ blue 56

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

Shades of Wattle #DDD038

Tints of Wattle #DDD038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.55%

R = 45.57%
G = 42.89%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDD038 (or 0xDDD038) is known color: Wattle. HEX triplet: DD, D0 and 38. RGB value is (221,208,56). Sum of RGB (Red+Green+Blue) = 221+208+56=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD038 is #222FC7. Grayscale: #C3C3C3. Windows color (decimal): -2240456 or 3723485. OLE color: 3723485.

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

Color convert

RGB 221 208 56 -
CMYK 0 0.06 0.75 0.13
HSL 55.27º 0.71% 0.54% -
HSV(B) 55.27º 0.75% 0.87% -
XYZ 53.09 60.77 12.67 -
YUV 194.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 221 208 56 0 0.06 0.75 0.13 55.27 0.71 0.54
Hex DD D0 38 0 6 4B D 37 47 36
Octal 335 320 70 0 6 113 15 67 107 66
Binary 11011101 11010000 111000 0 110 1001011 1101 110111 1000111 110110

Color Harmonies of #DDD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD038

Black with #DDD038

Text Example


Text Example

White with #DDD038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD038; }

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

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

background-color css

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

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

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

border-color css

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

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

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