Html Css Color HEX #DCBB4B Ronchi

📋 copy color: '#DCBB4B'

red 220 ◦ green 187 ◦ blue 75

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

Shades of Ronchi #DCBB4B

Tints of Ronchi #DCBB4B

RGB

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

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

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

R = 45.64%
G = 38.8%
B = 15.56%

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

#DCBB4B (or 0xDCBB4B) is known color: Ronchi. HEX triplet: DC, BB and 4B. RGB value is (220,187,75). Sum of RGB (Red+Green+Blue) = 220+187+75=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB4B is #2344B4. Grayscale: #B8B8B8. Windows color (decimal): -2311349 or 4963292. OLE color: 4963292.

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

Color convert

RGB 220 187 75 -
CMYK 0 0.15 0.66 0.14
HSL 46.34º 0.67% 0.58% -
HSV(B) 46.34º 0.66% 0.86% -
XYZ 48.56 51.26 13.99 -
YUV 184.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 220 187 75 0 0.15 0.66 0.14 46.34 0.67 0.58
Hex DC BB 4B 0 F 42 E 2E 43 3A
Octal 334 273 113 0 17 102 16 56 103 72
Binary 11011100 10111011 1001011 0 1111 1000010 1110 101110 1000011 111010

Color Harmonies of #DCBB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBB4B

Black with #DCBB4B

Text Example


Text Example

White with #DCBB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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