Html Css Color HEX #DFBB4B Ronchi

📋 copy color: '#DFBB4B'

red 223 ◦ green 187 ◦ blue 75

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

Shades of Ronchi #DFBB4B

Tints of Ronchi #DFBB4B

RGB

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

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

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

R = 45.98%
G = 38.56%
B = 15.46%

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

#DFBB4B (or 0xDFBB4B) is known color: Ronchi. HEX triplet: DF, BB and 4B. RGB value is (223,187,75). Sum of RGB (Red+Green+Blue) = 223+187+75=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB4B is #2044B4. Grayscale: #B9B9B9. Windows color (decimal): -2114741 or 4963295. OLE color: 4963295.

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

Color convert

RGB 223 187 75 -
CMYK 0 0.16 0.66 0.13
HSL 45.41º 0.7% 0.58% -
HSV(B) 45.41º 0.66% 0.87% -
XYZ 49.47 51.74 14.04 -
YUV 185 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 223 187 75 0 0.16 0.66 0.13 45.41 0.7 0.58
Hex DF BB 4B 0 10 42 D 2D 46 3A
Octal 337 273 113 0 20 102 15 55 106 72
Binary 11011111 10111011 1001011 0 10000 1000010 1101 101101 1000110 111010

Color Harmonies of #DFBB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBB4B

Black with #DFBB4B

Text Example


Text Example

White with #DFBB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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