Html Css Color HEX #DCB94B Ronchi

📋 copy color: '#DCB94B'

red 220 ◦ green 185 ◦ blue 75

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

Shades of Ronchi #DCB94B

Tints of Ronchi #DCB94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.54%

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 45.83%
G = 38.54%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCB94B (or 0xDCB94B) is known color: Ronchi. HEX triplet: DC, B9 and 4B. RGB value is (220,185,75). Sum of RGB (Red+Green+Blue) = 220+185+75=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB94B is #2346B4. Grayscale: #B7B7B7. Windows color (decimal): -2311861 or 4962780. OLE color: 4962780.

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

Color convert

RGB 220 185 75 -
CMYK 0 0.16 0.66 0.14
HSL 45.52º 0.67% 0.58% -
HSV(B) 45.52º 0.66% 0.86% -
XYZ 48.13 50.42 13.85 -
YUV 182.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 220 185 75 0 0.16 0.66 0.14 45.52 0.67 0.58
Hex DC B9 4B 0 10 42 E 2E 43 3A
Octal 334 271 113 0 20 102 16 56 103 72
Binary 11011100 10111001 1001011 0 10000 1000010 1110 101110 1000011 111010

Color Harmonies of #DCB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB94B

Black with #DCB94B

Text Example


Text Example

White with #DCB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB94B; }

 p { color: rgb(220,185,75); }

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

background-color css

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

 a { background-color: rgb(220,185,75); }

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

border-color css

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

 span { border-color: rgb(220,185,75); }

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