Html Css Color HEX #DDCD2D Wattle

📋 copy color: '#DDCD2D'

red 221 ◦ green 205 ◦ blue 45

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

Shades of Wattle #DDCD2D

Tints of Wattle #DDCD2D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 46.92%
G = 43.52%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDCD2D (or 0xDDCD2D) is known color: Wattle. HEX triplet: DD, CD and 2D. RGB value is (221,205,45). Sum of RGB (Red+Green+Blue) = 221+205+45=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD2D is #2232D2. Grayscale: #C0C0C0. Windows color (decimal): -2241235 or 3001821. OLE color: 3001821.

HSL color Cylindrical-coordinate representation of color #DDCD2D: hue angle of 54.55º 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 #DDCD2D is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 45 -
CMYK 0 0.07 0.80 0.13
HSL 54.55º 0.72% 0.52% -
HSV(B) 54.55º 0.8% 0.87% -
XYZ 52.12 59.22 11.17 -
YUV 191.54 45.3 149.01 -
System Red Green Blue C M Y K H S L
Decimal 221 205 45 0 0.07 0.80 0.13 54.55 0.72 0.52
Hex DD CD 2D 0 7 50 D 37 48 34
Octal 335 315 55 0 7 120 15 67 110 64
Binary 11011101 11001101 101101 0 111 1010000 1101 110111 1001000 110100

Color Harmonies of #DDCD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD2D

Black with #DDCD2D

Text Example


Text Example

White with #DDCD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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