Html Css Color HEX #DDD23A Wattle

📋 copy color: '#DDD23A'

red 221 ◦ green 210 ◦ blue 58

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

Shades of Wattle #DDD23A

Tints of Wattle #DDD23A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 45.19%
G = 42.94%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDD23A (or 0xDDD23A) is known color: Wattle. HEX triplet: DD, D2 and 3A. RGB value is (221,210,58). Sum of RGB (Red+Green+Blue) = 221+210+58=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD23A is #222DC5. Grayscale: #C4C4C4. Windows color (decimal): -2239942 or 3855069. OLE color: 3855069.

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

Color convert

RGB 221 210 58 -
CMYK 0 0.05 0.74 0.13
HSL 55.95º 0.71% 0.55% -
HSV(B) 55.95º 0.74% 0.87% -
XYZ 53.63 61.77 13.1 -
YUV 195.96 50.14 145.86 -
System Red Green Blue C M Y K H S L
Decimal 221 210 58 0 0.05 0.74 0.13 55.95 0.71 0.55
Hex DD D2 3A 0 5 4A D 38 47 37
Octal 335 322 72 0 5 112 15 70 107 67
Binary 11011101 11010010 111010 0 101 1001010 1101 111000 1000111 110111

Color Harmonies of #DDD23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD23A

Black with #DDD23A

Text Example


Text Example

White with #DDD23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD23A; }

 p { color: rgb(221,210,58); }

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

background-color css

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

 a { background-color: rgb(221,210,58); }

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

border-color css

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

 span { border-color: rgb(221,210,58); }

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