Html Css Color HEX #DDB01C Gold Tips

📋 copy color: '#DDB01C'

red 221 ◦ green 176 ◦ blue 28

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

Shades of Gold Tips #DDB01C

Tints of Gold Tips #DDB01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 52%
G = 41.41%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DDB01C (or 0xDDB01C) is known color: Gold Tips. HEX triplet: DD, B0 and 1C. RGB value is (221,176,28). Sum of RGB (Red+Green+Blue) = 221+176+28=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB01C is #224FE3. Grayscale: #ADADAD. Windows color (decimal): -2248676 or 1880285. OLE color: 1880285.

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

Color convert

RGB 221 176 28 -
CMYK 0 0.20 0.87 0.13
HSL 46.01º 0.78% 0.49% -
HSV(B) 46.01º 0.87% 0.87% -
XYZ 45.55 46.51 7.67 -
YUV 172.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 221 176 28 0 0.20 0.87 0.13 46.01 0.78 0.49
Hex DD B0 1C 0 14 57 D 2E 4E 31
Octal 335 260 34 0 24 127 15 56 116 61
Binary 11011101 10110000 11100 0 10100 1010111 1101 101110 1001110 110001

Color Harmonies of #DDB01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB01C

Black with #DDB01C

Text Example


Text Example

White with #DDB01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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