Html Css Color HEX #DCB74B Ronchi

📋 copy color: '#DCB74B'

red 220 ◦ green 183 ◦ blue 75

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

Shades of Ronchi #DCB74B

Tints of Ronchi #DCB74B

RGB

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

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

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

R = 46.03%
G = 38.28%
B = 15.69%

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

#DCB74B (or 0xDCB74B) is known color: Ronchi. HEX triplet: DC, B7 and 4B. RGB value is (220,183,75). Sum of RGB (Red+Green+Blue) = 220+183+75=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB74B is #2348B4. Grayscale: #B6B6B6. Windows color (decimal): -2312373 or 4962268. OLE color: 4962268.

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

Color convert

RGB 220 183 75 -
CMYK 0 0.17 0.66 0.14
HSL 44.69º 0.67% 0.58% -
HSV(B) 44.69º 0.66% 0.86% -
XYZ 47.72 49.59 13.71 -
YUV 181.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 220 183 75 0 0.17 0.66 0.14 44.69 0.67 0.58
Hex DC B7 4B 0 11 42 E 2D 43 3A
Octal 334 267 113 0 21 102 16 55 103 72
Binary 11011100 10110111 1001011 0 10001 1000010 1110 101101 1000011 111010

Color Harmonies of #DCB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB74B

Black with #DCB74B

Text Example


Text Example

White with #DCB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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