Html Css Color HEX #DDBB2A Gold Tips

📋 copy color: '#DDBB2A'

red 221 ◦ green 187 ◦ blue 42

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

Shades of Gold Tips #DDBB2A

Tints of Gold Tips #DDBB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

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

R = 49.11%
G = 41.56%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDBB2A (or 0xDDBB2A) is known color: Gold Tips. HEX triplet: DD, BB and 2A. RGB value is (221,187,42). Sum of RGB (Red+Green+Blue) = 221+187+42=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 42 (16.80% from 255 or 9.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB2A is #2244D5. Grayscale: #B5B5B5. Windows color (decimal): -2245846 or 2800605. OLE color: 2800605.

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

Color convert

RGB 221 187 42 -
CMYK 0 0.15 0.81 0.13
HSL 48.6º 0.72% 0.52% -
HSV(B) 48.6º 0.81% 0.87% -
XYZ 48.01 51.08 9.52 -
YUV 180.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 221 187 42 0 0.15 0.81 0.13 48.6 0.72 0.52
Hex DD BB 2A 0 F 51 D 31 48 34
Octal 335 273 52 0 17 121 15 61 110 64
Binary 11011101 10111011 101010 0 1111 1010001 1101 110001 1001000 110100

Color Harmonies of #DDBB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB2A

Black with #DDBB2A

Text Example


Text Example

White with #DDBB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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