Html Css Color HEX #DDC42E Wattle

📋 copy color: '#DDC42E'

red 221 ◦ green 196 ◦ blue 46

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

Shades of Wattle #DDC42E

Tints of Wattle #DDC42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.94%

R = 47.73%
G = 42.33%
B = 9.94%

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

#DDC42E (or 0xDDC42E) is known color: Wattle. HEX triplet: DD, C4 and 2E. RGB value is (221,196,46). Sum of RGB (Red+Green+Blue) = 221+196+46=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC42E is #223BD1. Grayscale: #BBBBBB. Windows color (decimal): -2243538 or 3065053. OLE color: 3065053.

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

Color convert

RGB 221 196 46 -
CMYK 0 0.11 0.79 0.13
HSL 51.43º 0.72% 0.52% -
HSV(B) 51.43º 0.79% 0.87% -
XYZ 50.05 55.05 10.57 -
YUV 186.38 48.78 152.7 -
System Red Green Blue C M Y K H S L
Decimal 221 196 46 0 0.11 0.79 0.13 51.43 0.72 0.52
Hex DD C4 2E 0 B 4F D 33 48 34
Octal 335 304 56 0 13 117 15 63 110 64
Binary 11011101 11000100 101110 0 1011 1001111 1101 110011 1001000 110100

Color Harmonies of #DDC42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC42E

Black with #DDC42E

Text Example


Text Example

White with #DDC42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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