Html Css Color HEX #DABA4D Ronchi

📋 copy color: '#DABA4D'

red 218 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #DABA4D

Tints of Ronchi #DABA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 45.32%
G = 38.67%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DABA4D (or 0xDABA4D) is known color: Ronchi. HEX triplet: DA, BA and 4D. RGB value is (218,186,77). Sum of RGB (Red+Green+Blue) = 218+186+77=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA4D is #2545B2. Grayscale: #B7B7B7. Windows color (decimal): -2442675 or 5094106. OLE color: 5094106.

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

Color convert

RGB 218 186 77 -
CMYK 0 0.15 0.65 0.15
HSL 46.38º 0.66% 0.58% -
HSV(B) 46.38º 0.65% 0.85% -
XYZ 47.81 50.56 14.26 -
YUV 183.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 218 186 77 0 0.15 0.65 0.15 46.38 0.66 0.58
Hex DA BA 4D 0 F 41 F 2E 42 3A
Octal 332 272 115 0 17 101 17 56 102 72
Binary 11011010 10111010 1001101 0 1111 1000001 1111 101110 1000010 111010

Color Harmonies of #DABA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA4D

Black with #DABA4D

Text Example


Text Example

White with #DABA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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