Html Css Color HEX #DDB21C Gold Tips

📋 copy color: '#DDB21C'

red 221 ◦ green 178 ◦ blue 28

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

Shades of Gold Tips #DDB21C

Tints of Gold Tips #DDB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.69%

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

R = 51.76%
G = 41.69%
B = 6.56%

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

#DDB21C (or 0xDDB21C) is known color: Gold Tips. HEX triplet: DD, B2 and 1C. RGB value is (221,178,28). Sum of RGB (Red+Green+Blue) = 221+178+28=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21C is #224DE3. Grayscale: #AEAEAE. Windows color (decimal): -2248164 or 1880797. OLE color: 1880797.

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

Color convert

RGB 221 178 28 -
CMYK 0 0.19 0.87 0.13
HSL 46.63º 0.78% 0.49% -
HSV(B) 46.63º 0.87% 0.87% -
XYZ 45.95 47.3 7.81 -
YUV 173.76 45.75 161.7 -
System Red Green Blue C M Y K H S L
Decimal 221 178 28 0 0.19 0.87 0.13 46.63 0.78 0.49
Hex DD B2 1C 0 13 57 D 2F 4E 31
Octal 335 262 34 0 23 127 15 57 116 61
Binary 11011101 10110010 11100 0 10011 1010111 1101 101111 1001110 110001

Color Harmonies of #DDB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB21C

Black with #DDB21C

Text Example


Text Example

White with #DDB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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