Html Css Color HEX #DDD23B Wattle

📋 copy color: '#DDD23B'

red 221 ◦ green 210 ◦ blue 59

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

Shades of Wattle #DDD23B

Tints of Wattle #DDD23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.04%

R = 45.1%
G = 42.86%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDD23B (or 0xDDD23B) is known color: Wattle. HEX triplet: DD, D2 and 3B. RGB value is (221,210,59). Sum of RGB (Red+Green+Blue) = 221+210+59=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD23B is #222DC4. Grayscale: #C4C4C4. Windows color (decimal): -2239941 or 3920605. OLE color: 3920605.

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

Color convert

RGB 221 210 59 -
CMYK 0 0.05 0.73 0.13
HSL 55.93º 0.7% 0.55% -
HSV(B) 55.93º 0.73% 0.87% -
XYZ 53.65 61.78 13.23 -
YUV 196.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 221 210 59 0 0.05 0.73 0.13 55.93 0.7 0.55
Hex DD D2 3B 0 5 49 D 38 46 37
Octal 335 322 73 0 5 111 15 70 106 67
Binary 11011101 11010010 111011 0 101 1001001 1101 111000 1000110 110111

Color Harmonies of #DDD23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD23B

Black with #DDD23B

Text Example


Text Example

White with #DDD23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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