Html Css Color HEX #DDCD2E Wattle

📋 copy color: '#DDCD2E'

red 221 ◦ green 205 ◦ blue 46

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

Shades of Wattle #DDCD2E

Tints of Wattle #DDCD2E

RGB

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

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

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

R = 46.82%
G = 43.43%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDCD2E (or 0xDDCD2E) is known color: Wattle. HEX triplet: DD, CD and 2E. RGB value is (221,205,46). Sum of RGB (Red+Green+Blue) = 221+205+46=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD2E is #2232D1. Grayscale: #C0C0C0. Windows color (decimal): -2241234 or 3067357. OLE color: 3067357.

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

Color convert

RGB 221 205 46 -
CMYK 0 0.07 0.79 0.13
HSL 54.51º 0.72% 0.52% -
HSV(B) 54.51º 0.79% 0.87% -
XYZ 52.14 59.23 11.27 -
YUV 191.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 221 205 46 0 0.07 0.79 0.13 54.51 0.72 0.52
Hex DD CD 2E 0 7 4F D 37 48 34
Octal 335 315 56 0 7 117 15 67 110 64
Binary 11011101 11001101 101110 0 111 1001111 1101 110111 1001000 110100

Color Harmonies of #DDCD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD2E

Black with #DDCD2E

Text Example


Text Example

White with #DDCD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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