Html Css Color HEX #DABA4E Ronchi

📋 copy color: '#DABA4E'

red 218 ◦ green 186 ◦ blue 78

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

Shades of Ronchi #DABA4E

Tints of Ronchi #DABA4E

RGB

 RED value IS 218 (85.55% from 255) = 45.23%

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

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

R = 45.23%
G = 38.59%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DABA4E (or 0xDABA4E) is known color: Ronchi. HEX triplet: DA, BA and 4E. RGB value is (218,186,78). Sum of RGB (Red+Green+Blue) = 218+186+78=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA4E is #2545B1. Grayscale: #B7B7B7. Windows color (decimal): -2442674 or 5159642. OLE color: 5159642.

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

Color convert

RGB 218 186 78 -
CMYK 0 0.15 0.64 0.15
HSL 46.29º 0.65% 0.58% -
HSV(B) 46.29º 0.64% 0.85% -
XYZ 47.85 50.57 14.45 -
YUV 183.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 218 186 78 0 0.15 0.64 0.15 46.29 0.65 0.58
Hex DA BA 4E 0 F 40 F 2E 41 3A
Octal 332 272 116 0 17 100 17 56 101 72
Binary 11011010 10111010 1001110 0 1111 1000000 1111 101110 1000001 111010

Color Harmonies of #DABA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA4E

Black with #DABA4E

Text Example


Text Example

White with #DABA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA4E; }

 p { color: rgb(218,186,78); }

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

background-color css

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

 a { background-color: rgb(218,186,78); }

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

border-color css

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

 span { border-color: rgb(218,186,78); }

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