Html Css Color HEX #DFBA4B Ronchi

📋 copy color: '#DFBA4B'

red 223 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #DFBA4B

Tints of Ronchi #DFBA4B

RGB

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

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

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

R = 46.07%
G = 38.43%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFBA4B (or 0xDFBA4B) is known color: Ronchi. HEX triplet: DF, BA and 4B. RGB value is (223,186,75). Sum of RGB (Red+Green+Blue) = 223+186+75=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA4B is #2045B4. Grayscale: #B8B8B8. Windows color (decimal): -2114997 or 4963039. OLE color: 4963039.

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

Color convert

RGB 223 186 75 -
CMYK 0 0.17 0.66 0.13
HSL 45º 0.7% 0.58% -
HSV(B) 45º 0.66% 0.87% -
XYZ 49.26 51.31 13.96 -
YUV 184.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 223 186 75 0 0.17 0.66 0.13 45 0.7 0.58
Hex DF BA 4B 0 11 42 D 2D 46 3A
Octal 337 272 113 0 21 102 15 55 106 72
Binary 11011111 10111010 1001011 0 10001 1000010 1101 101101 1000110 111010

Color Harmonies of #DFBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA4B

Black with #DFBA4B

Text Example


Text Example

White with #DFBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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