Html Css Color HEX #DDC434 Wattle

📋 copy color: '#DDC434'

red 221 ◦ green 196 ◦ blue 52

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

Shades of Wattle #DDC434

Tints of Wattle #DDC434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.79%

 BLUE value IS 52 (20.7% from 255) = 11.09%

R = 47.12%
G = 41.79%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC434 (or 0xDDC434) is known color: Wattle. HEX triplet: DD, C4 and 34. RGB value is (221,196,52). Sum of RGB (Red+Green+Blue) = 221+196+52=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC434 is #223BCB. Grayscale: #BBBBBB. Windows color (decimal): -2243532 or 3458269. OLE color: 3458269.

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

Color convert

RGB 221 196 52 -
CMYK 0 0.11 0.76 0.13
HSL 51.12º 0.71% 0.54% -
HSV(B) 51.12º 0.76% 0.87% -
XYZ 50.18 55.1 11.24 -
YUV 187.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 221 196 52 0 0.11 0.76 0.13 51.12 0.71 0.54
Hex DD C4 34 0 B 4C D 33 47 36
Octal 335 304 64 0 13 114 15 63 107 66
Binary 11011101 11000100 110100 0 1011 1001100 1101 110011 1000111 110110

Color Harmonies of #DDC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC434

Black with #DDC434

Text Example


Text Example

White with #DDC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC434; }

 p { color: rgb(221,196,52); }

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

background-color css

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

 a { background-color: rgb(221,196,52); }

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

border-color css

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

 span { border-color: rgb(221,196,52); }

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