Html Css Color HEX #DBBA4B Ronchi

📋 copy color: '#DBBA4B'

red 219 ◦ green 186 ◦ blue 75

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

Shades of Ronchi #DBBA4B

Tints of Ronchi #DBBA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

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

R = 45.63%
G = 38.75%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBBA4B (or 0xDBBA4B) is known color: Ronchi. HEX triplet: DB, BA and 4B. RGB value is (219,186,75). Sum of RGB (Red+Green+Blue) = 219+186+75=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA4B is #2445B4. Grayscale: #B7B7B7. Windows color (decimal): -2377141 or 4963035. OLE color: 4963035.

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

Color convert

RGB 219 186 75 -
CMYK 0 0.15 0.66 0.14
HSL 46.25º 0.67% 0.58% -
HSV(B) 46.25º 0.66% 0.86% -
XYZ 48.04 50.69 13.91 -
YUV 183.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 219 186 75 0 0.15 0.66 0.14 46.25 0.67 0.58
Hex DB BA 4B 0 F 42 E 2E 43 3A
Octal 333 272 113 0 17 102 16 56 103 72
Binary 11011011 10111010 1001011 0 1111 1000010 1110 101110 1000011 111010

Color Harmonies of #DBBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA4B

Black with #DBBA4B

Text Example


Text Example

White with #DBBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA4B; }

 p { color: rgb(219,186,75); }

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

background-color css

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

 a { background-color: rgb(219,186,75); }

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

border-color css

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

 span { border-color: rgb(219,186,75); }

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