Html Css Color HEX #DFB74A Ronchi

📋 copy color: '#DFB74A'

red 223 ◦ green 183 ◦ blue 74

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

Shades of Ronchi #DFB74A

Tints of Ronchi #DFB74A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

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

R = 46.46%
G = 38.13%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFB74A (or 0xDFB74A) is known color: Ronchi. HEX triplet: DF, B7 and 4A. RGB value is (223,183,74). Sum of RGB (Red+Green+Blue) = 223+183+74=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB74A is #2048B5. Grayscale: #B7B7B7. Windows color (decimal): -2115766 or 4896735. OLE color: 4896735.

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

Color convert

RGB 223 183 74 -
CMYK 0 0.18 0.67 0.13
HSL 43.89º 0.7% 0.58% -
HSV(B) 43.89º 0.67% 0.87% -
XYZ 48.6 50.05 13.58 -
YUV 182.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 223 183 74 0 0.18 0.67 0.13 43.89 0.7 0.58
Hex DF B7 4A 0 12 43 D 2C 46 3A
Octal 337 267 112 0 22 103 15 54 106 72
Binary 11011111 10110111 1001010 0 10010 1000011 1101 101100 1000110 111010

Color Harmonies of #DFB74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB74A

Black with #DFB74A

Text Example


Text Example

White with #DFB74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB74A; }

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

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

background-color css

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

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

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

border-color css

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

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

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