Html Css Color HEX #DCBB2B Gold Tips

📋 copy color: '#DCBB2B'

red 220 ◦ green 187 ◦ blue 43

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

Shades of Gold Tips #DCBB2B

Tints of Gold Tips #DCBB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.56%

R = 48.89%
G = 41.56%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCBB2B (or 0xDCBB2B) is known color: Gold Tips. HEX triplet: DC, BB and 2B. RGB value is (220,187,43). Sum of RGB (Red+Green+Blue) = 220+187+43=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB2B is #2344D4. Grayscale: #B5B5B5. Windows color (decimal): -2311381 or 2866140. OLE color: 2866140.

HSL color Cylindrical-coordinate representation of color #DCBB2B: hue angle of 48.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCBB2B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 43 -
CMYK 0 0.15 0.80 0.14
HSL 48.81º 0.72% 0.52% -
HSV(B) 48.81º 0.8% 0.86% -
XYZ 47.72 50.93 9.6 -
YUV 180.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 220 187 43 0 0.15 0.80 0.14 48.81 0.72 0.52
Hex DC BB 2B 0 F 50 E 31 48 34
Octal 334 273 53 0 17 120 16 61 110 64
Binary 11011100 10111011 101011 0 1111 1010000 1110 110001 1001000 110100

Color Harmonies of #DCBB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB2B

Black with #DCBB2B

Text Example


Text Example

White with #DCBB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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