Html Css Color HEX #DDB22A Gold Tips

📋 copy color: '#DDB22A'

red 221 ◦ green 178 ◦ blue 42

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

Shades of Gold Tips #DDB22A

Tints of Gold Tips #DDB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 50.11%
G = 40.36%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB22A (or 0xDDB22A) is known color: Gold Tips. HEX triplet: DD, B2 and 2A. RGB value is (221,178,42). Sum of RGB (Red+Green+Blue) = 221+178+42=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB22A is #224DD5. Grayscale: #AFAFAF. Windows color (decimal): -2248150 or 2798301. OLE color: 2798301.

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

Color convert

RGB 221 178 42 -
CMYK 0 0.19 0.81 0.13
HSL 45.59º 0.72% 0.52% -
HSV(B) 45.59º 0.81% 0.87% -
XYZ 46.16 47.38 8.9 -
YUV 175.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 221 178 42 0 0.19 0.81 0.13 45.59 0.72 0.52
Hex DD B2 2A 0 13 51 D 2E 48 34
Octal 335 262 52 0 23 121 15 56 110 64
Binary 11011101 10110010 101010 0 10011 1010001 1101 101110 1001000 110100

Color Harmonies of #DDB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB22A

Black with #DDB22A

Text Example


Text Example

White with #DDB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB22A; }

 p { color: rgb(221,178,42); }

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

background-color css

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

 a { background-color: rgb(221,178,42); }

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

border-color css

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

 span { border-color: rgb(221,178,42); }

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