Html Css Color HEX #DCB74A Ronchi

📋 copy color: '#DCB74A'

red 220 ◦ green 183 ◦ blue 74

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

Shades of Ronchi #DCB74A

Tints of Ronchi #DCB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 46.12%
G = 38.36%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCB74A (or 0xDCB74A) is known color: Ronchi. HEX triplet: DC, B7 and 4A. RGB value is (220,183,74). Sum of RGB (Red+Green+Blue) = 220+183+74=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB74A is #2348B5. Grayscale: #B6B6B6. Windows color (decimal): -2312374 or 4896732. OLE color: 4896732.

HSL color Cylindrical-coordinate representation of color #DCB74A: hue angle of 44.79º degrees, saturation: 0.68, 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 #DCB74A is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 74 -
CMYK 0 0.17 0.66 0.14
HSL 44.79º 0.68% 0.58% -
HSV(B) 44.79º 0.66% 0.86% -
XYZ 47.68 49.58 13.53 -
YUV 181.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 220 183 74 0 0.17 0.66 0.14 44.79 0.68 0.58
Hex DC B7 4A 0 11 42 E 2D 44 3A
Octal 334 267 112 0 21 102 16 55 104 72
Binary 11011100 10110111 1001010 0 10001 1000010 1110 101101 1000100 111010

Color Harmonies of #DCB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB74A

Black with #DCB74A

Text Example


Text Example

White with #DCB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB74A; }

 p { color: rgb(220,183,74); }

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

background-color css

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

 a { background-color: rgb(220,183,74); }

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

border-color css

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

 span { border-color: rgb(220,183,74); }

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