Html Css Color HEX #DDB21B Gold Tips

📋 copy color: '#DDB21B'

red 221 ◦ green 178 ◦ blue 27

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

Shades of Gold Tips #DDB21B

Tints of Gold Tips #DDB21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.34%

R = 51.88%
G = 41.78%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDB21B (or 0xDDB21B) is known color: Gold Tips. HEX triplet: DD, B2 and 1B. RGB value is (221,178,27). Sum of RGB (Red+Green+Blue) = 221+178+27=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21B is #224DE4. Grayscale: #AEAEAE. Windows color (decimal): -2248165 or 1815261. OLE color: 1815261.

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

Color convert

RGB 221 178 27 -
CMYK 0 0.19 0.88 0.13
HSL 46.7º 0.78% 0.49% -
HSV(B) 46.7º 0.88% 0.87% -
XYZ 45.94 47.29 7.74 -
YUV 173.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 221 178 27 0 0.19 0.88 0.13 46.7 0.78 0.49
Hex DD B2 1B 0 13 58 D 2F 4E 31
Octal 335 262 33 0 23 130 15 57 116 61
Binary 11011101 10110010 11011 0 10011 1011000 1101 101111 1001110 110001

Color Harmonies of #DDB21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB21B

Black with #DDB21B

Text Example


Text Example

White with #DDB21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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