Html Css Color HEX #DDC62D Wattle

📋 copy color: '#DDC62D'

red 221 ◦ green 198 ◦ blue 45

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

Shades of Wattle #DDC62D

Tints of Wattle #DDC62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.7%

R = 47.63%
G = 42.67%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDC62D (or 0xDDC62D) is known color: Wattle. HEX triplet: DD, C6 and 2D. RGB value is (221,198,45). Sum of RGB (Red+Green+Blue) = 221+198+45=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC62D is #2239D2. Grayscale: #BCBCBC. Windows color (decimal): -2243027 or 3000029. OLE color: 3000029.

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

Color convert

RGB 221 198 45 -
CMYK 0 0.10 0.80 0.13
HSL 52.16º 0.72% 0.52% -
HSV(B) 52.16º 0.8% 0.87% -
XYZ 50.49 55.95 10.62 -
YUV 187.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 221 198 45 0 0.10 0.80 0.13 52.16 0.72 0.52
Hex DD C6 2D 0 A 50 D 34 48 34
Octal 335 306 55 0 12 120 15 64 110 64
Binary 11011101 11000110 101101 0 1010 1010000 1101 110100 1001000 110100

Color Harmonies of #DDC62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC62D

Black with #DDC62D

Text Example


Text Example

White with #DDC62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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