Html Css Color HEX #DDC633 Wattle

📋 copy color: '#DDC633'

red 221 ◦ green 198 ◦ blue 51

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

Shades of Wattle #DDC633

Tints of Wattle #DDC633

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

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

R = 47.02%
G = 42.13%
B = 10.85%

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

#DDC633 (or 0xDDC633) is known color: Wattle. HEX triplet: DD, C6 and 33. RGB value is (221,198,51). Sum of RGB (Red+Green+Blue) = 221+198+51=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 51 (20.31% from 255 or 10.85% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC633 is #2239CC. Grayscale: #BCBCBC. Windows color (decimal): -2243021 or 3393245. OLE color: 3393245.

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

Color convert

RGB 221 198 51 -
CMYK 0 0.10 0.77 0.13
HSL 51.88º 0.71% 0.53% -
HSV(B) 51.88º 0.77% 0.87% -
XYZ 50.61 56 11.27 -
YUV 188.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 221 198 51 0 0.10 0.77 0.13 51.88 0.71 0.53
Hex DD C6 33 0 A 4D D 34 47 35
Octal 335 306 63 0 12 115 15 64 107 65
Binary 11011101 11000110 110011 0 1010 1001101 1101 110100 1000111 110101

Color Harmonies of #DDC633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC633

Black with #DDC633

Text Example


Text Example

White with #DDC633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC633; }

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

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

background-color css

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

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

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

border-color css

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

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

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