Html Css Color HEX #DDD02C Wattle

📋 copy color: '#DDD02C'

red 221 ◦ green 208 ◦ blue 44

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

Shades of Wattle #DDD02C

Tints of Wattle #DDD02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.97%

 BLUE value IS 44 (17.58% from 255) = 9.3%

R = 46.72%
G = 43.97%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDD02C (or 0xDDD02C) is known color: Wattle. HEX triplet: DD, D0 and 2C. RGB value is (221,208,44). Sum of RGB (Red+Green+Blue) = 221+208+44=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD02C is #222FD3. Grayscale: #C1C1C1. Windows color (decimal): -2240468 or 2937053. OLE color: 2937053.

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

Color convert

RGB 221 208 44 -
CMYK 0 0.06 0.80 0.13
HSL 55.59º 0.72% 0.52% -
HSV(B) 55.59º 0.8% 0.87% -
XYZ 52.83 60.67 11.31 -
YUV 193.19 43.81 147.84 -
System Red Green Blue C M Y K H S L
Decimal 221 208 44 0 0.06 0.80 0.13 55.59 0.72 0.52
Hex DD D0 2C 0 6 50 D 38 48 34
Octal 335 320 54 0 6 120 15 70 110 64
Binary 11011101 11010000 101100 0 110 1010000 1101 111000 1001000 110100

Color Harmonies of #DDD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD02C

Black with #DDD02C

Text Example


Text Example

White with #DDD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD02C; }

 p { color: rgb(221,208,44); }

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

background-color css

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

 a { background-color: rgb(221,208,44); }

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

border-color css

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

 span { border-color: rgb(221,208,44); }

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