Html Css Color HEX #DDB02C Gold Tips

📋 copy color: '#DDB02C'

red 221 ◦ green 176 ◦ blue 44

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

Shades of Gold Tips #DDB02C

Tints of Gold Tips #DDB02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 50.11%
G = 39.91%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DDB02C (or 0xDDB02C) is known color: Gold Tips. HEX triplet: DD, B0 and 2C. RGB value is (221,176,44). Sum of RGB (Red+Green+Blue) = 221+176+44=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB02C is #224FD3. Grayscale: #AEAEAE. Windows color (decimal): -2248660 or 2928861. OLE color: 2928861.

HSL color Cylindrical-coordinate representation of color #DDB02C: hue angle of 44.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDB02C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 44 -
CMYK 0 0.20 0.80 0.13
HSL 44.75º 0.72% 0.52% -
HSV(B) 44.75º 0.8% 0.87% -
XYZ 45.8 46.6 8.96 -
YUV 174.41 54.41 161.23 -
System Red Green Blue C M Y K H S L
Decimal 221 176 44 0 0.20 0.80 0.13 44.75 0.72 0.52
Hex DD B0 2C 0 14 50 D 2D 48 34
Octal 335 260 54 0 24 120 15 55 110 64
Binary 11011101 10110000 101100 0 10100 1010000 1101 101101 1001000 110100

Color Harmonies of #DDB02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB02C

Black with #DDB02C

Text Example


Text Example

White with #DDB02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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