Html Css Color HEX #DDC934 Wattle

📋 copy color: '#DDC934'

red 221 ◦ green 201 ◦ blue 52

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

Shades of Wattle #DDC934

Tints of Wattle #DDC934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

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

R = 46.62%
G = 42.41%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDC934 (or 0xDDC934) is known color: Wattle. HEX triplet: DD, C9 and 34. RGB value is (221,201,52). Sum of RGB (Red+Green+Blue) = 221+201+52=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC934 is #2236CB. Grayscale: #BEBEBE. Windows color (decimal): -2242252 or 3459549. OLE color: 3459549.

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

Color convert

RGB 221 201 52 -
CMYK 0 0.09 0.76 0.13
HSL 52.9º 0.71% 0.54% -
HSV(B) 52.9º 0.76% 0.87% -
XYZ 51.33 57.39 11.62 -
YUV 189.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 221 201 52 0 0.09 0.76 0.13 52.9 0.71 0.54
Hex DD C9 34 0 9 4C D 35 47 36
Octal 335 311 64 0 11 114 15 65 107 66
Binary 11011101 11001001 110100 0 1001 1001100 1101 110101 1000111 110110

Color Harmonies of #DDC934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC934

Black with #DDC934

Text Example


Text Example

White with #DDC934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC934; }

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

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

background-color css

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

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

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

border-color css

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

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

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