Html Css Color HEX #DDB62A Gold Tips

📋 copy color: '#DDB62A'

red 221 ◦ green 182 ◦ blue 42

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

Shades of Gold Tips #DDB62A

Tints of Gold Tips #DDB62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 49.66%
G = 40.9%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB62A (or 0xDDB62A) is known color: Gold Tips. HEX triplet: DD, B6 and 2A. RGB value is (221,182,42). Sum of RGB (Red+Green+Blue) = 221+182+42=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB62A is #2249D5. Grayscale: #B2B2B2. Windows color (decimal): -2247126 or 2799325. OLE color: 2799325.

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

Color convert

RGB 221 182 42 -
CMYK 0 0.18 0.81 0.13
HSL 46.93º 0.72% 0.52% -
HSV(B) 46.93º 0.81% 0.87% -
XYZ 46.96 49 9.17 -
YUV 177.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 221 182 42 0 0.18 0.81 0.13 46.93 0.72 0.52
Hex DD B6 2A 0 12 51 D 2F 48 34
Octal 335 266 52 0 22 121 15 57 110 64
Binary 11011101 10110110 101010 0 10010 1010001 1101 101111 1001000 110100

Color Harmonies of #DDB62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB62A

Black with #DDB62A

Text Example


Text Example

White with #DDB62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB62A; }

 p { color: rgb(221,182,42); }

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

background-color css

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

 a { background-color: rgb(221,182,42); }

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

border-color css

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

 span { border-color: rgb(221,182,42); }

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