Html Css Color HEX #DDC82E Wattle

📋 copy color: '#DDC82E'

red 221 ◦ green 200 ◦ blue 46

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

Shades of Wattle #DDC82E

Tints of Wattle #DDC82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.85%

R = 47.32%
G = 42.83%
B = 9.85%

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

#DDC82E (or 0xDDC82E) is known color: Wattle. HEX triplet: DD, C8 and 2E. RGB value is (221,200,46). Sum of RGB (Red+Green+Blue) = 221+200+46=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC82E is #2237D1. Grayscale: #BDBDBD. Windows color (decimal): -2242514 or 3066077. OLE color: 3066077.

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

Color convert

RGB 221 200 46 -
CMYK 0 0.10 0.79 0.13
HSL 52.8º 0.72% 0.52% -
HSV(B) 52.8º 0.79% 0.87% -
XYZ 50.97 56.88 10.88 -
YUV 188.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 221 200 46 0 0.10 0.79 0.13 52.8 0.72 0.52
Hex DD C8 2E 0 A 4F D 35 48 34
Octal 335 310 56 0 12 117 15 65 110 64
Binary 11011101 11001000 101110 0 1010 1001111 1101 110101 1001000 110100

Color Harmonies of #DDC82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC82E

Black with #DDC82E

Text Example


Text Example

White with #DDC82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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