Html Css Color HEX #DDC733 Wattle

📋 copy color: '#DDC733'

red 221 ◦ green 199 ◦ blue 51

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

Shades of Wattle #DDC733

Tints of Wattle #DDC733

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.25%

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

R = 46.92%
G = 42.25%
B = 10.83%

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

#DDC733 (or 0xDDC733) is known color: Wattle. HEX triplet: DD, C7 and 33. RGB value is (221,199,51). Sum of RGB (Red+Green+Blue) = 221+199+51=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC733 is #2238CC. Grayscale: #BDBDBD. Windows color (decimal): -2242765 or 3393501. OLE color: 3393501.

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

Color convert

RGB 221 199 51 -
CMYK 0 0.10 0.77 0.13
HSL 52.24º 0.71% 0.53% -
HSV(B) 52.24º 0.77% 0.87% -
XYZ 50.84 56.46 11.35 -
YUV 188.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 221 199 51 0 0.10 0.77 0.13 52.24 0.71 0.53
Hex DD C7 33 0 A 4D D 34 47 35
Octal 335 307 63 0 12 115 15 64 107 65
Binary 11011101 11000111 110011 0 1010 1001101 1101 110100 1000111 110101

Color Harmonies of #DDC733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC733

Black with #DDC733

Text Example


Text Example

White with #DDC733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC733; }

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

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

background-color css

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

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

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

border-color css

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

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

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