Html Css Color HEX #DDBA27 Gold Tips

📋 copy color: '#DDBA27'

red 221 ◦ green 186 ◦ blue 39

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

Shades of Gold Tips #DDBA27

Tints of Gold Tips #DDBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.7%

 BLUE value IS 39 (15.63% from 255) = 8.74%

R = 49.55%
G = 41.7%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDBA27 (or 0xDDBA27) is known color: Gold Tips. HEX triplet: DD, BA and 27. RGB value is (221,186,39). Sum of RGB (Red+Green+Blue) = 221+186+39=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA27 is #2245D8. Grayscale: #B4B4B4. Windows color (decimal): -2246105 or 2603741. OLE color: 2603741.

HSL color Cylindrical-coordinate representation of color #DDBA27: hue angle of 48.46º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDBA27 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 39 -
CMYK 0 0.16 0.82 0.13
HSL 48.46º 0.73% 0.51% -
HSV(B) 48.46º 0.82% 0.87% -
XYZ 47.74 50.64 9.18 -
YUV 179.71 48.6 157.45 -
System Red Green Blue C M Y K H S L
Decimal 221 186 39 0 0.16 0.82 0.13 48.46 0.73 0.51
Hex DD BA 27 0 10 52 D 30 49 33
Octal 335 272 47 0 20 122 15 60 111 63
Binary 11011101 10111010 100111 0 10000 1010010 1101 110000 1001001 110011

Color Harmonies of #DDBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA27

Black with #DDBA27

Text Example


Text Example

White with #DDBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA27; }

 p { color: rgb(221,186,39); }

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

background-color css

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

 a { background-color: rgb(221,186,39); }

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

border-color css

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

 span { border-color: rgb(221,186,39); }

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