Html Css Color HEX #DDCD34 Wattle

📋 copy color: '#DDCD34'

red 221 ◦ green 205 ◦ blue 52

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

Shades of Wattle #DDCD34

Tints of Wattle #DDCD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.89%

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

R = 46.23%
G = 42.89%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDCD34 (or 0xDDCD34) is known color: Wattle. HEX triplet: DD, CD and 34. RGB value is (221,205,52). Sum of RGB (Red+Green+Blue) = 221+205+52=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD34 is #2232CB. Grayscale: #C0C0C0. Windows color (decimal): -2241228 or 3460573. OLE color: 3460573.

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

Color convert

RGB 221 205 52 -
CMYK 0 0.07 0.76 0.13
HSL 54.32º 0.71% 0.54% -
HSV(B) 54.32º 0.76% 0.87% -
XYZ 52.27 59.28 11.94 -
YUV 192.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 221 205 52 0 0.07 0.76 0.13 54.32 0.71 0.54
Hex DD CD 34 0 7 4C D 36 47 36
Octal 335 315 64 0 7 114 15 66 107 66
Binary 11011101 11001101 110100 0 111 1001100 1101 110110 1000111 110110

Color Harmonies of #DDCD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD34

Black with #DDCD34

Text Example


Text Example

White with #DDCD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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