Html Css Color HEX #DDB21F Gold Tips

📋 copy color: '#DDB21F'

red 221 ◦ green 178 ◦ blue 31

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

Shades of Gold Tips #DDB21F

Tints of Gold Tips #DDB21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.21%

R = 51.4%
G = 41.4%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDB21F (or 0xDDB21F) is known color: Gold Tips. HEX triplet: DD, B2 and 1F. RGB value is (221,178,31). Sum of RGB (Red+Green+Blue) = 221+178+31=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB21F is #224DE0. Grayscale: #AEAEAE. Windows color (decimal): -2248161 or 2077405. OLE color: 2077405.

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

Color convert

RGB 221 178 31 -
CMYK 0 0.19 0.86 0.13
HSL 46.42º 0.75% 0.49% -
HSV(B) 46.42º 0.86% 0.87% -
XYZ 45.99 47.31 8 -
YUV 174.1 47.25 161.45 -
System Red Green Blue C M Y K H S L
Decimal 221 178 31 0 0.19 0.86 0.13 46.42 0.75 0.49
Hex DD B2 1F 0 13 56 D 2E 4B 31
Octal 335 262 37 0 23 126 15 56 113 61
Binary 11011101 10110010 11111 0 10011 1010110 1101 101110 1001011 110001

Color Harmonies of #DDB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB21F

Black with #DDB21F

Text Example


Text Example

White with #DDB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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