Html Css Color HEX #DDD02F Wattle

📋 copy color: '#DDD02F'

red 221 ◦ green 208 ◦ blue 47

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

Shades of Wattle #DDD02F

Tints of Wattle #DDD02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.87%

R = 46.43%
G = 43.7%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDD02F (or 0xDDD02F) is known color: Wattle. HEX triplet: DD, D0 and 2F. RGB value is (221,208,47). Sum of RGB (Red+Green+Blue) = 221+208+47=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02F is #222FD0. Grayscale: #C2C2C2. Windows color (decimal): -2240465 or 3133661. OLE color: 3133661.

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

Color convert

RGB 221 208 47 -
CMYK 0 0.06 0.79 0.13
HSL 55.52º 0.72% 0.53% -
HSV(B) 55.52º 0.79% 0.87% -
XYZ 52.89 60.69 11.62 -
YUV 193.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 221 208 47 0 0.06 0.79 0.13 55.52 0.72 0.53
Hex DD D0 2F 0 6 4F D 38 48 35
Octal 335 320 57 0 6 117 15 70 110 65
Binary 11011101 11010000 101111 0 110 1001111 1101 111000 1001000 110101

Color Harmonies of #DDD02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD02F

Black with #DDD02F

Text Example


Text Example

White with #DDD02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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