Html Css Color HEX #DABA4F Ronchi

📋 copy color: '#DABA4F'

red 218 ◦ green 186 ◦ blue 79

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

Shades of Ronchi #DABA4F

Tints of Ronchi #DABA4F

RGB

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

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

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

R = 45.13%
G = 38.51%
B = 16.36%

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

#DABA4F (or 0xDABA4F) is known color: Ronchi. HEX triplet: DA, BA and 4F. RGB value is (218,186,79). Sum of RGB (Red+Green+Blue) = 218+186+79=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA4F is #2545B0. Grayscale: #B7B7B7. Windows color (decimal): -2442673 or 5225178. OLE color: 5225178.

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

Color convert

RGB 218 186 79 -
CMYK 0 0.15 0.64 0.15
HSL 46.19º 0.65% 0.58% -
HSV(B) 46.19º 0.64% 0.85% -
XYZ 47.88 50.59 14.64 -
YUV 183.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 218 186 79 0 0.15 0.64 0.15 46.19 0.65 0.58
Hex DA BA 4F 0 F 40 F 2E 41 3A
Octal 332 272 117 0 17 100 17 56 101 72
Binary 11011010 10111010 1001111 0 1111 1000000 1111 101110 1000001 111010

Color Harmonies of #DABA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA4F

Black with #DABA4F

Text Example


Text Example

White with #DABA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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