Html Css Color HEX #DDB926 Gold Tips

📋 copy color: '#DDB926'

red 221 ◦ green 185 ◦ blue 38

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

Shades of Gold Tips #DDB926

Tints of Gold Tips #DDB926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.67%

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

R = 49.77%
G = 41.67%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDB926 (or 0xDDB926) is known color: Gold Tips. HEX triplet: DD, B9 and 26. RGB value is (221,185,38). Sum of RGB (Red+Green+Blue) = 221+185+38=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB926 is #2246D9. Grayscale: #B3B3B3. Windows color (decimal): -2246362 or 2537949. OLE color: 2537949.

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

Color convert

RGB 221 185 38 -
CMYK 0 0.16 0.83 0.13
HSL 48.2º 0.73% 0.51% -
HSV(B) 48.2º 0.83% 0.87% -
XYZ 47.52 50.21 9.02 -
YUV 179.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 221 185 38 0 0.16 0.83 0.13 48.2 0.73 0.51
Hex DD B9 26 0 10 53 D 30 49 33
Octal 335 271 46 0 20 123 15 60 111 63
Binary 11011101 10111001 100110 0 10000 1010011 1101 110000 1001001 110011

Color Harmonies of #DDB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB926

Black with #DDB926

Text Example


Text Example

White with #DDB926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB926; }

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

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

background-color css

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

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

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

border-color css

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

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

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