Html Css Color HEX #DFBB4A Ronchi

📋 copy color: '#DFBB4A'

red 223 ◦ green 187 ◦ blue 74

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

Shades of Ronchi #DFBB4A

Tints of Ronchi #DFBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.64%

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

R = 46.07%
G = 38.64%
B = 15.29%

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

#DFBB4A (or 0xDFBB4A) is known color: Ronchi. HEX triplet: DF, BB and 4A. RGB value is (223,187,74). Sum of RGB (Red+Green+Blue) = 223+187+74=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB4A is #2044B5. Grayscale: #B9B9B9. Windows color (decimal): -2114742 or 4897759. OLE color: 4897759.

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

Color convert

RGB 223 187 74 -
CMYK 0 0.16 0.67 0.13
HSL 45.5º 0.7% 0.58% -
HSV(B) 45.5º 0.67% 0.87% -
XYZ 49.44 51.72 13.86 -
YUV 184.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 223 187 74 0 0.16 0.67 0.13 45.5 0.7 0.58
Hex DF BB 4A 0 10 43 D 2E 46 3A
Octal 337 273 112 0 20 103 15 56 106 72
Binary 11011111 10111011 1001010 0 10000 1000011 1101 101110 1000110 111010

Color Harmonies of #DFBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB4A

Black with #DFBB4A

Text Example


Text Example

White with #DFBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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