Html Css Color HEX #DDBF2A Gold Tips

📋 copy color: '#DDBF2A'

red 221 ◦ green 191 ◦ blue 42

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

Shades of Gold Tips #DDBF2A

Tints of Gold Tips #DDBF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

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

R = 48.68%
G = 42.07%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDBF2A (or 0xDDBF2A) is known color: Gold Tips. HEX triplet: DD, BF and 2A. RGB value is (221,191,42). Sum of RGB (Red+Green+Blue) = 221+191+42=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF2A is #2240D5. Grayscale: #B7B7B7. Windows color (decimal): -2244822 or 2801629. OLE color: 2801629.

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

Color convert

RGB 221 191 42 -
CMYK 0 0.14 0.81 0.13
HSL 49.94º 0.72% 0.52% -
HSV(B) 49.94º 0.81% 0.87% -
XYZ 48.87 52.8 9.81 -
YUV 182.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 221 191 42 0 0.14 0.81 0.13 49.94 0.72 0.52
Hex DD BF 2A 0 E 51 D 32 48 34
Octal 335 277 52 0 16 121 15 62 110 64
Binary 11011101 10111111 101010 0 1110 1010001 1101 110010 1001000 110100

Color Harmonies of #DDBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBF2A

Black with #DDBF2A

Text Example


Text Example

White with #DDBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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