Html Css Color HEX #DBBC4E Ronchi

📋 copy color: '#DBBC4E'

red 219 ◦ green 188 ◦ blue 78

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

Shades of Ronchi #DBBC4E

Tints of Ronchi #DBBC4E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 45.15%
G = 38.76%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBBC4E (or 0xDBBC4E) is known color: Ronchi. HEX triplet: DB, BC and 4E. RGB value is (219,188,78). Sum of RGB (Red+Green+Blue) = 219+188+78=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC4E is #2443B1. Grayscale: #B9B9B9. Windows color (decimal): -2376626 or 5160155. OLE color: 5160155.

HSL color Cylindrical-coordinate representation of color #DBBC4E: hue angle of 46.81º 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 #DBBC4E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 188 78 -
CMYK 0 0.14 0.64 0.14
HSL 46.81º 0.66% 0.58% -
HSV(B) 46.81º 0.64% 0.86% -
XYZ 48.57 51.58 14.6 -
YUV 184.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 219 188 78 0 0.14 0.64 0.14 46.81 0.66 0.58
Hex DB BC 4E 0 E 40 E 2F 42 3A
Octal 333 274 116 0 16 100 16 57 102 72
Binary 11011011 10111100 1001110 0 1110 1000000 1110 101111 1000010 111010

Color Harmonies of #DBBC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBC4E

Black with #DBBC4E

Text Example


Text Example

White with #DBBC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBC4E; }

 p { color: rgb(219,188,78); }

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

background-color css

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

 a { background-color: rgb(219,188,78); }

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

border-color css

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

 span { border-color: rgb(219,188,78); }

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