Html Css Color HEX #DBBB4F Ronchi

📋 copy color: '#DBBB4F'

red 219 ◦ green 187 ◦ blue 79

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

Shades of Ronchi #DBBB4F

Tints of Ronchi #DBBB4F

RGB

 RED value IS 219 (85.94% from 255) = 45.15%

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

 BLUE value IS 79 (31.25% from 255) = 16.29%

R = 45.15%
G = 38.56%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBBB4F (or 0xDBBB4F) is known color: Ronchi. HEX triplet: DB, BB and 4F. RGB value is (219,187,79). Sum of RGB (Red+Green+Blue) = 219+187+79=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB4F is #2444B0. Grayscale: #B8B8B8. Windows color (decimal): -2376881 or 5225435. OLE color: 5225435.

HSL color Cylindrical-coordinate representation of color #DBBB4F: hue angle of 46.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBBB4F is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 79 -
CMYK 0 0.15 0.64 0.14
HSL 46.29º 0.66% 0.58% -
HSV(B) 46.29º 0.64% 0.86% -
XYZ 48.4 51.17 14.72 -
YUV 184.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 219 187 79 0 0.15 0.64 0.14 46.29 0.66 0.58
Hex DB BB 4F 0 F 40 E 2E 42 3A
Octal 333 273 117 0 17 100 16 56 102 72
Binary 11011011 10111011 1001111 0 1111 1000000 1110 101110 1000010 111010

Color Harmonies of #DBBB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBB4F

Black with #DBBB4F

Text Example


Text Example

White with #DBBB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBB4F; }

 p { color: rgb(219,187,79); }

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

background-color css

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

 a { background-color: rgb(219,187,79); }

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

border-color css

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

 span { border-color: rgb(219,187,79); }

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