Html Css Color HEX #DDC638 Wattle

📋 copy color: '#DDC638'

red 221 ◦ green 198 ◦ blue 56

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

Shades of Wattle #DDC638

Tints of Wattle #DDC638

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.68%

 BLUE value IS 56 (22.27% from 255) = 11.79%

R = 46.53%
G = 41.68%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDC638 (or 0xDDC638) is known color: Wattle. HEX triplet: DD, C6 and 38. RGB value is (221,198,56). Sum of RGB (Red+Green+Blue) = 221+198+56=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC638 is #2239C7. Grayscale: #BDBDBD. Windows color (decimal): -2243016 or 3720925. OLE color: 3720925.

HSL color Cylindrical-coordinate representation of color #DDC638: hue angle of 51.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDC638 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 56 -
CMYK 0 0.10 0.75 0.13
HSL 51.64º 0.71% 0.54% -
HSV(B) 51.64º 0.75% 0.87% -
XYZ 50.73 56.05 11.89 -
YUV 188.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 221 198 56 0 0.10 0.75 0.13 51.64 0.71 0.54
Hex DD C6 38 0 A 4B D 34 47 36
Octal 335 306 70 0 12 113 15 64 107 66
Binary 11011101 11000110 111000 0 1010 1001011 1101 110100 1000111 110110

Color Harmonies of #DDC638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC638

Black with #DDC638

Text Example


Text Example

White with #DDC638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC638; }

 p { color: rgb(221,198,56); }

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

background-color css

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

 a { background-color: rgb(221,198,56); }

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

border-color css

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

 span { border-color: rgb(221,198,56); }

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