Html Css Color HEX #DDC82D Wattle

📋 copy color: '#DDC82D'

red 221 ◦ green 200 ◦ blue 45

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

Shades of Wattle #DDC82D

Tints of Wattle #DDC82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 47.42%
G = 42.92%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDC82D (or 0xDDC82D) is known color: Wattle. HEX triplet: DD, C8 and 2D. RGB value is (221,200,45). Sum of RGB (Red+Green+Blue) = 221+200+45=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC82D is #2237D2. Grayscale: #BDBDBD. Windows color (decimal): -2242515 or 3000541. OLE color: 3000541.

HSL color Cylindrical-coordinate representation of color #DDC82D: hue angle of 52.84º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC82D is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 45 -
CMYK 0 0.10 0.80 0.13
HSL 52.84º 0.72% 0.52% -
HSV(B) 52.84º 0.8% 0.87% -
XYZ 50.95 56.87 10.77 -
YUV 188.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 221 200 45 0 0.10 0.80 0.13 52.84 0.72 0.52
Hex DD C8 2D 0 A 50 D 35 48 34
Octal 335 310 55 0 12 120 15 65 110 64
Binary 11011101 11001000 101101 0 1010 1010000 1101 110101 1001000 110100

Color Harmonies of #DDC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC82D

Black with #DDC82D

Text Example


Text Example

White with #DDC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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