Html Css Color HEX #DCBB51 Ronchi

📋 copy color: '#DCBB51'

red 220 ◦ green 187 ◦ blue 81

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

Shades of Ronchi #DCBB51

Tints of Ronchi #DCBB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.6%

R = 45.08%
G = 38.32%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCBB51 (or 0xDCBB51) is known color: Ronchi. HEX triplet: DC, BB and 51. RGB value is (220,187,81). Sum of RGB (Red+Green+Blue) = 220+187+81=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB51 is #2344AE. Grayscale: #B9B9B9. Windows color (decimal): -2311343 or 5356508. OLE color: 5356508.

HSL color Cylindrical-coordinate representation of color #DCBB51: hue angle of 45.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCBB51 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 81 -
CMYK 0 0.15 0.63 0.14
HSL 45.76º 0.67% 0.59% -
HSV(B) 45.76º 0.63% 0.86% -
XYZ 48.77 51.35 15.13 -
YUV 184.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 220 187 81 0 0.15 0.63 0.14 45.76 0.67 0.59
Hex DC BB 51 0 F 3F E 2E 43 3B
Octal 334 273 121 0 17 77 16 56 103 73
Binary 11011100 10111011 1010001 0 1111 111111 1110 101110 1000011 111011

Color Harmonies of #DCBB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB51

Black with #DCBB51

Text Example


Text Example

White with #DCBB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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