Html Css Color HEX #DCBB4C Ronchi

📋 copy color: '#DCBB4C'

red 220 ◦ green 187 ◦ blue 76

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

Shades of Ronchi #DCBB4C

Tints of Ronchi #DCBB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.73%

R = 45.55%
G = 38.72%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBB4C (or 0xDCBB4C) is known color: Ronchi. HEX triplet: DC, BB and 4C. RGB value is (220,187,76). Sum of RGB (Red+Green+Blue) = 220+187+76=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB4C is #2344B3. Grayscale: #B8B8B8. Windows color (decimal): -2311348 or 5028828. OLE color: 5028828.

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

Color convert

RGB 220 187 76 -
CMYK 0 0.15 0.65 0.14
HSL 46.25º 0.67% 0.58% -
HSV(B) 46.25º 0.65% 0.86% -
XYZ 48.59 51.28 14.17 -
YUV 184.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 220 187 76 0 0.15 0.65 0.14 46.25 0.67 0.58
Hex DC BB 4C 0 F 41 E 2E 43 3A
Octal 334 273 114 0 17 101 16 56 103 72
Binary 11011100 10111011 1001100 0 1111 1000001 1110 101110 1000011 111010

Color Harmonies of #DCBB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB4C

Black with #DCBB4C

Text Example


Text Example

White with #DCBB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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