Html Css Color HEX #DDC42F Wattle

📋 copy color: '#DDC42F'

red 221 ◦ green 196 ◦ blue 47

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

Shades of Wattle #DDC42F

Tints of Wattle #DDC42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.13%

R = 47.63%
G = 42.24%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDC42F (or 0xDDC42F) is known color: Wattle. HEX triplet: DD, C4 and 2F. RGB value is (221,196,47). Sum of RGB (Red+Green+Blue) = 221+196+47=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC42F is #223BD0. Grayscale: #BBBBBB. Windows color (decimal): -2243537 or 3130589. OLE color: 3130589.

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

Color convert

RGB 221 196 47 -
CMYK 0 0.11 0.79 0.13
HSL 51.38º 0.72% 0.53% -
HSV(B) 51.38º 0.79% 0.87% -
XYZ 50.07 55.06 10.68 -
YUV 186.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 221 196 47 0 0.11 0.79 0.13 51.38 0.72 0.53
Hex DD C4 2F 0 B 4F D 33 48 35
Octal 335 304 57 0 13 117 15 63 110 65
Binary 11011101 11000100 101111 0 1011 1001111 1101 110011 1001000 110101

Color Harmonies of #DDC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC42F

Black with #DDC42F

Text Example


Text Example

White with #DDC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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