Html Css Color HEX #DDC82F Wattle

📋 copy color: '#DDC82F'

red 221 ◦ green 200 ◦ blue 47

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

Shades of Wattle #DDC82F

Tints of Wattle #DDC82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.74%

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

R = 47.22%
G = 42.74%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDC82F (or 0xDDC82F) is known color: Wattle. HEX triplet: DD, C8 and 2F. RGB value is (221,200,47). Sum of RGB (Red+Green+Blue) = 221+200+47=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC82F is #2237D0. Grayscale: #BDBDBD. Windows color (decimal): -2242513 or 3131613. OLE color: 3131613.

HSL color Cylindrical-coordinate representation of color #DDC82F: hue angle of 52.76º 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 #DDC82F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 47 -
CMYK 0 0.10 0.79 0.13
HSL 52.76º 0.72% 0.53% -
HSV(B) 52.76º 0.79% 0.87% -
XYZ 50.99 56.89 10.98 -
YUV 188.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 221 200 47 0 0.10 0.79 0.13 52.76 0.72 0.53
Hex DD C8 2F 0 A 4F D 35 48 35
Octal 335 310 57 0 12 117 15 65 110 65
Binary 11011101 11001000 101111 0 1010 1001111 1101 110101 1001000 110101

Color Harmonies of #DDC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC82F

Black with #DDC82F

Text Example


Text Example

White with #DDC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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