Html Css Color HEX #DCBA4B Ronchi

📋 copy color: '#DCBA4B'

red 220 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #DCBA4B

Tints of Ronchi #DCBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

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

R = 45.74%
G = 38.67%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCBA4B (or 0xDCBA4B) is known color: Ronchi. HEX triplet: DC, BA and 4B. RGB value is (220,186,75). Sum of RGB (Red+Green+Blue) = 220+186+75=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBA4B is #2345B4. Grayscale: #B7B7B7. Windows color (decimal): -2311605 or 4963036. OLE color: 4963036.

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

Color convert

RGB 220 186 75 -
CMYK 0 0.15 0.66 0.14
HSL 45.93º 0.67% 0.58% -
HSV(B) 45.93º 0.66% 0.86% -
XYZ 48.34 50.84 13.92 -
YUV 183.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 220 186 75 0 0.15 0.66 0.14 45.93 0.67 0.58
Hex DC BA 4B 0 F 42 E 2E 43 3A
Octal 334 272 113 0 17 102 16 56 103 72
Binary 11011100 10111010 1001011 0 1111 1000010 1110 101110 1000011 111010

Color Harmonies of #DCBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA4B

Black with #DCBA4B

Text Example


Text Example

White with #DCBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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