Html Css Color HEX #DCB427 Gold Tips

📋 copy color: '#DCB427'

red 220 ◦ green 180 ◦ blue 39

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

Shades of Gold Tips #DCB427

Tints of Gold Tips #DCB427

RGB

 RED value IS 220 (86.33% from 255) = 50.11%

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

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

R = 50.11%
G = 41%
B = 8.88%

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

#DCB427 (or 0xDCB427) is known color: Gold Tips. HEX triplet: DC, B4 and 27. RGB value is (220,180,39). Sum of RGB (Red+Green+Blue) = 220+180+39=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB427 is #234BD8. Grayscale: #B0B0B0. Windows color (decimal): -2313177 or 2602204. OLE color: 2602204.

HSL color Cylindrical-coordinate representation of color #DCB427: hue angle of 46.74º degrees, saturation: 0.72, 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 #DCB427 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 39 -
CMYK 0 0.18 0.82 0.14
HSL 46.74º 0.72% 0.51% -
HSV(B) 46.74º 0.82% 0.86% -
XYZ 46.2 48 8.75 -
YUV 175.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 220 180 39 0 0.18 0.82 0.14 46.74 0.72 0.51
Hex DC B4 27 0 12 52 E 2F 48 33
Octal 334 264 47 0 22 122 16 57 110 63
Binary 11011100 10110100 100111 0 10010 1010010 1110 101111 1001000 110011

Color Harmonies of #DCB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB427

Black with #DCB427

Text Example


Text Example

White with #DCB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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