Html Css Color HEX #DDC334 Wattle

📋 copy color: '#DDC334'

red 221 ◦ green 195 ◦ blue 52

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

Shades of Wattle #DDC334

Tints of Wattle #DDC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.67%

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

R = 47.22%
G = 41.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC334 (or 0xDDC334) is known color: Wattle. HEX triplet: DD, C3 and 34. RGB value is (221,195,52). Sum of RGB (Red+Green+Blue) = 221+195+52=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC334 is #223CCB. Grayscale: #BBBBBB. Windows color (decimal): -2243788 or 3458013. OLE color: 3458013.

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

Color convert

RGB 221 195 52 -
CMYK 0 0.12 0.76 0.13
HSL 50.77º 0.71% 0.54% -
HSV(B) 50.77º 0.76% 0.87% -
XYZ 49.95 54.65 11.16 -
YUV 186.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 221 195 52 0 0.12 0.76 0.13 50.77 0.71 0.54
Hex DD C3 34 0 C 4C D 33 47 36
Octal 335 303 64 0 14 114 15 63 107 66
Binary 11011101 11000011 110100 0 1100 1001100 1101 110011 1000111 110110

Color Harmonies of #DDC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC334

Black with #DDC334

Text Example


Text Example

White with #DDC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC334; }

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

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

background-color css

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

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

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

border-color css

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

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

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