Html Css Color HEX #DFBC4A Ronchi

📋 copy color: '#DFBC4A'

red 223 ◦ green 188 ◦ blue 74

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

Shades of Ronchi #DFBC4A

Tints of Ronchi #DFBC4A

RGB

 RED value IS 223 (87.5% from 255) = 45.98%

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 45.98%
G = 38.76%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFBC4A (or 0xDFBC4A) is known color: Ronchi. HEX triplet: DF, BC and 4A. RGB value is (223,188,74). Sum of RGB (Red+Green+Blue) = 223+188+74=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC4A is #2043B5. Grayscale: #B9B9B9. Windows color (decimal): -2114486 or 4898015. OLE color: 4898015.

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

Color convert

RGB 223 188 74 -
CMYK 0 0.16 0.67 0.13
HSL 45.91º 0.7% 0.58% -
HSV(B) 45.91º 0.67% 0.87% -
XYZ 49.65 52.15 13.93 -
YUV 185.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 223 188 74 0 0.16 0.67 0.13 45.91 0.7 0.58
Hex DF BC 4A 0 10 43 D 2E 46 3A
Octal 337 274 112 0 20 103 15 56 106 72
Binary 11011111 10111100 1001010 0 10000 1000011 1101 101110 1000110 111010

Color Harmonies of #DFBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC4A

Black with #DFBC4A

Text Example


Text Example

White with #DFBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC4A; }

 p { color: rgb(223,188,74); }

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

background-color css

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

 a { background-color: rgb(223,188,74); }

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

border-color css

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

 span { border-color: rgb(223,188,74); }

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