Html Css Color HEX #DDBC26 Gold Tips

📋 copy color: '#DDBC26'

red 221 ◦ green 188 ◦ blue 38

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

Shades of Gold Tips #DDBC26

Tints of Gold Tips #DDBC26

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

 BLUE value IS 38 (15.23% from 255) = 8.5%

R = 49.44%
G = 42.06%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDBC26 (or 0xDDBC26) is known color: Gold Tips. HEX triplet: DD, BC and 26. RGB value is (221,188,38). Sum of RGB (Red+Green+Blue) = 221+188+38=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC26 is #2243D9. Grayscale: #B5B5B5. Windows color (decimal): -2245594 or 2538717. OLE color: 2538717.

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

Color convert

RGB 221 188 38 -
CMYK 0 0.15 0.83 0.13
HSL 49.18º 0.73% 0.51% -
HSV(B) 49.18º 0.83% 0.87% -
XYZ 48.15 51.48 9.23 -
YUV 180.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 221 188 38 0 0.15 0.83 0.13 49.18 0.73 0.51
Hex DD BC 26 0 F 53 D 31 49 33
Octal 335 274 46 0 17 123 15 61 111 63
Binary 11011101 10111100 100110 0 1111 1010011 1101 110001 1001001 110011

Color Harmonies of #DDBC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC26

Black with #DDBC26

Text Example


Text Example

White with #DDBC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC26; }

 p { color: rgb(221,188,38); }

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

background-color css

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

 a { background-color: rgb(221,188,38); }

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

border-color css

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

 span { border-color: rgb(221,188,38); }

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