Html Css Color HEX #DDC833 Wattle

📋 copy color: '#DDC833'

red 221 ◦ green 200 ◦ blue 51

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

Shades of Wattle #DDC833

Tints of Wattle #DDC833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.81%

R = 46.82%
G = 42.37%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DDC833 (or 0xDDC833) is known color: Wattle. HEX triplet: DD, C8 and 33. RGB value is (221,200,51). Sum of RGB (Red+Green+Blue) = 221+200+51=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC833 is #2237CC. Grayscale: #BDBDBD. Windows color (decimal): -2242509 or 3393757. OLE color: 3393757.

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

Color convert

RGB 221 200 51 -
CMYK 0 0.10 0.77 0.13
HSL 52.59º 0.71% 0.53% -
HSV(B) 52.59º 0.77% 0.87% -
XYZ 51.07 56.92 11.43 -
YUV 189.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 221 200 51 0 0.10 0.77 0.13 52.59 0.71 0.53
Hex DD C8 33 0 A 4D D 35 47 35
Octal 335 310 63 0 12 115 15 65 107 65
Binary 11011101 11001000 110011 0 1010 1001101 1101 110101 1000111 110101

Color Harmonies of #DDC833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC833

Black with #DDC833

Text Example


Text Example

White with #DDC833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC833; }

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

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

background-color css

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

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

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

border-color css

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

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

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