Html Css Color HEX #DFBA4A Ronchi

📋 copy color: '#DFBA4A'

red 223 ◦ green 186 ◦ blue 74

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

Shades of Ronchi #DFBA4A

Tints of Ronchi #DFBA4A

RGB

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

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

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

R = 46.17%
G = 38.51%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFBA4A (or 0xDFBA4A) is known color: Ronchi. HEX triplet: DF, BA and 4A. RGB value is (223,186,74). Sum of RGB (Red+Green+Blue) = 223+186+74=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA4A is #2045B5. Grayscale: #B8B8B8. Windows color (decimal): -2114998 or 4897503. OLE color: 4897503.

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

Color convert

RGB 223 186 74 -
CMYK 0 0.17 0.67 0.13
HSL 45.1º 0.7% 0.58% -
HSV(B) 45.1º 0.67% 0.87% -
XYZ 49.23 51.3 13.79 -
YUV 184.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 223 186 74 0 0.17 0.67 0.13 45.1 0.7 0.58
Hex DF BA 4A 0 11 43 D 2D 46 3A
Octal 337 272 112 0 21 103 15 55 106 72
Binary 11011111 10111010 1001010 0 10001 1000011 1101 101101 1000110 111010

Color Harmonies of #DFBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA4A

Black with #DFBA4A

Text Example


Text Example

White with #DFBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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