Html Css Color HEX #DCBB28 Gold Tips

📋 copy color: '#DCBB28'

red 220 ◦ green 187 ◦ blue 40

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

Shades of Gold Tips #DCBB28

Tints of Gold Tips #DCBB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.83%

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 49.22%
G = 41.83%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DCBB28 (or 0xDCBB28) is known color: Gold Tips. HEX triplet: DC, BB and 28. RGB value is (220,187,40). Sum of RGB (Red+Green+Blue) = 220+187+40=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB28 is #2344D7. Grayscale: #B4B4B4. Windows color (decimal): -2311384 or 2669532. OLE color: 2669532.

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

Color convert

RGB 220 187 40 -
CMYK 0 0.15 0.82 0.14
HSL 49º 0.72% 0.51% -
HSV(B) 49º 0.82% 0.86% -
XYZ 47.67 50.91 9.32 -
YUV 180.11 48.93 156.45 -
System Red Green Blue C M Y K H S L
Decimal 220 187 40 0 0.15 0.82 0.14 49 0.72 0.51
Hex DC BB 28 0 F 52 E 31 48 33
Octal 334 273 50 0 17 122 16 61 110 63
Binary 11011100 10111011 101000 0 1111 1010010 1110 110001 1001000 110011

Color Harmonies of #DCBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB28

Black with #DCBB28

Text Example


Text Example

White with #DCBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB28; }

 p { color: rgb(220,187,40); }

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

background-color css

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

 a { background-color: rgb(220,187,40); }

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

border-color css

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

 span { border-color: rgb(220,187,40); }

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