Html Css Color HEX #DDC431 Wattle

📋 copy color: '#DDC431'

red 221 ◦ green 196 ◦ blue 49

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

Shades of Wattle #DDC431

Tints of Wattle #DDC431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 47.42%
G = 42.06%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDC431 (or 0xDDC431) is known color: Wattle. HEX triplet: DD, C4 and 31. RGB value is (221,196,49). Sum of RGB (Red+Green+Blue) = 221+196+49=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC431 is #223BCE. Grayscale: #BBBBBB. Windows color (decimal): -2243535 or 3261661. OLE color: 3261661.

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

Color convert

RGB 221 196 49 -
CMYK 0 0.11 0.78 0.13
HSL 51.28º 0.72% 0.53% -
HSV(B) 51.28º 0.78% 0.87% -
XYZ 50.11 55.07 10.89 -
YUV 186.72 50.28 152.45 -
System Red Green Blue C M Y K H S L
Decimal 221 196 49 0 0.11 0.78 0.13 51.28 0.72 0.53
Hex DD C4 31 0 B 4E D 33 48 35
Octal 335 304 61 0 13 116 15 63 110 65
Binary 11011101 11000100 110001 0 1011 1001110 1101 110011 1001000 110101

Color Harmonies of #DDC431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC431

Black with #DDC431

Text Example


Text Example

White with #DDC431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC431; }

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

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

background-color css

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

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

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

border-color css

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

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

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