Html Css Color HEX #DDB41C Gold Tips

📋 copy color: '#DDB41C'

red 221 ◦ green 180 ◦ blue 28

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

Shades of Gold Tips #DDB41C

Tints of Gold Tips #DDB41C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 51.52%
G = 41.96%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDB41C (or 0xDDB41C) is known color: Gold Tips. HEX triplet: DD, B4 and 1C. RGB value is (221,180,28). Sum of RGB (Red+Green+Blue) = 221+180+28=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB41C is #224BE3. Grayscale: #AFAFAF. Windows color (decimal): -2247652 or 1881309. OLE color: 1881309.

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

Color convert

RGB 221 180 28 -
CMYK 0 0.19 0.87 0.13
HSL 47.25º 0.78% 0.49% -
HSV(B) 47.25º 0.87% 0.87% -
XYZ 46.35 48.1 7.94 -
YUV 174.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 221 180 28 0 0.19 0.87 0.13 47.25 0.78 0.49
Hex DD B4 1C 0 13 57 D 2F 4E 31
Octal 335 264 34 0 23 127 15 57 116 61
Binary 11011101 10110100 11100 0 10011 1010111 1101 101111 1001110 110001

Color Harmonies of #DDB41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB41C

Black with #DDB41C

Text Example


Text Example

White with #DDB41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB41C; }

 p { color: rgb(221,180,28); }

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

background-color css

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

 a { background-color: rgb(221,180,28); }

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

border-color css

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

 span { border-color: rgb(221,180,28); }

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