Html Css Color HEX #DBB427 Gold Tips

📋 copy color: '#DBB427'

red 219 ◦ green 180 ◦ blue 39

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

Shades of Gold Tips #DBB427

Tints of Gold Tips #DBB427

RGB

 RED value IS 219 (85.94% from 255) = 50%

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 39 (15.63% from 255) = 8.9%

R = 50%
G = 41.1%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBB427 (or 0xDBB427) is known color: Gold Tips. HEX triplet: DB, B4 and 27. RGB value is (219,180,39). Sum of RGB (Red+Green+Blue) = 219+180+39=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB427 is #244BD8. Grayscale: #B0B0B0. Windows color (decimal): -2378713 or 2602203. OLE color: 2602203.

HSL color Cylindrical-coordinate representation of color #DBB427: hue angle of 47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBB427 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 39 -
CMYK 0 0.18 0.82 0.14
HSL 47º 0.71% 0.51% -
HSV(B) 47º 0.82% 0.86% -
XYZ 45.9 47.85 8.74 -
YUV 175.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 219 180 39 0 0.18 0.82 0.14 47 0.71 0.51
Hex DB B4 27 0 12 52 E 2F 47 33
Octal 333 264 47 0 22 122 16 57 107 63
Binary 11011011 10110100 100111 0 10010 1010010 1110 101111 1000111 110011

Color Harmonies of #DBB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB427

Black with #DBB427

Text Example


Text Example

White with #DBB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB427; }

 p { color: rgb(219,180,39); }

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

background-color css

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

 a { background-color: rgb(219,180,39); }

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

border-color css

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

 span { border-color: rgb(219,180,39); }

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