Html Css Color HEX #DFBC4B Ronchi

📋 copy color: '#DFBC4B'

red 223 ◦ green 188 ◦ blue 75

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

Shades of Ronchi #DFBC4B

Tints of Ronchi #DFBC4B

RGB

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

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

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

R = 45.88%
G = 38.68%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFBC4B (or 0xDFBC4B) is known color: Ronchi. HEX triplet: DF, BC and 4B. RGB value is (223,188,75). Sum of RGB (Red+Green+Blue) = 223+188+75=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC4B is #2043B4. Grayscale: #BABABA. Windows color (decimal): -2114485 or 4963551. OLE color: 4963551.

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

Color convert

RGB 223 188 75 -
CMYK 0 0.16 0.66 0.13
HSL 45.81º 0.7% 0.58% -
HSV(B) 45.81º 0.66% 0.87% -
XYZ 49.68 52.16 14.11 -
YUV 185.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 223 188 75 0 0.16 0.66 0.13 45.81 0.7 0.58
Hex DF BC 4B 0 10 42 D 2E 46 3A
Octal 337 274 113 0 20 102 15 56 106 72
Binary 11011111 10111100 1001011 0 10000 1000010 1101 101110 1000110 111010

Color Harmonies of #DFBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC4B

Black with #DFBC4B

Text Example


Text Example

White with #DFBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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