Html Css Color HEX #DDC73D Wattle

📋 copy color: '#DDC73D'

red 221 ◦ green 199 ◦ blue 61

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

Shades of Wattle #DDC73D

Tints of Wattle #DDC73D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.37%

 BLUE value IS 61 (24.22% from 255) = 12.68%

R = 45.95%
G = 41.37%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC73D (or 0xDDC73D) is known color: Wattle. HEX triplet: DD, C7 and 3D. RGB value is (221,199,61). Sum of RGB (Red+Green+Blue) = 221+199+61=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 61 (24.22% from 255 or 12.68% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC73D is #2238C2. Grayscale: #BEBEBE. Windows color (decimal): -2242755 or 4048861. OLE color: 4048861.

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

Color convert

RGB 221 199 61 -
CMYK 0 0.10 0.72 0.13
HSL 51.75º 0.7% 0.55% -
HSV(B) 51.75º 0.72% 0.87% -
XYZ 51.08 56.56 12.64 -
YUV 189.85 55.29 150.22 -
System Red Green Blue C M Y K H S L
Decimal 221 199 61 0 0.10 0.72 0.13 51.75 0.7 0.55
Hex DD C7 3D 0 A 48 D 34 46 37
Octal 335 307 75 0 12 110 15 64 106 67
Binary 11011101 11000111 111101 0 1010 1001000 1101 110100 1000110 110111

Color Harmonies of #DDC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC73D

Black with #DDC73D

Text Example


Text Example

White with #DDC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC73D; }

 p { color: rgb(221,199,61); }

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

background-color css

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

 a { background-color: rgb(221,199,61); }

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

border-color css

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

 span { border-color: rgb(221,199,61); }

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