Html Css Color HEX #DFBB4C Ronchi

📋 copy color: '#DFBB4C'

red 223 ◦ green 187 ◦ blue 76

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

Shades of Ronchi #DFBB4C

Tints of Ronchi #DFBB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.64%

R = 45.88%
G = 38.48%
B = 15.64%

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

#DFBB4C (or 0xDFBB4C) is known color: Ronchi. HEX triplet: DF, BB and 4C. RGB value is (223,187,76). Sum of RGB (Red+Green+Blue) = 223+187+76=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB4C is #2044B3. Grayscale: #B9B9B9. Windows color (decimal): -2114740 or 5028831. OLE color: 5028831.

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

Color convert

RGB 223 187 76 -
CMYK 0 0.16 0.66 0.13
HSL 45.31º 0.7% 0.59% -
HSV(B) 45.31º 0.66% 0.87% -
XYZ 49.51 51.75 14.22 -
YUV 185.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 223 187 76 0 0.16 0.66 0.13 45.31 0.7 0.59
Hex DF BB 4C 0 10 42 D 2D 46 3B
Octal 337 273 114 0 20 102 15 55 106 73
Binary 11011111 10111011 1001100 0 10000 1000010 1101 101101 1000110 111011

Color Harmonies of #DFBB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB4C

Black with #DFBB4C

Text Example


Text Example

White with #DFBB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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