Html Css Color HEX #DABA4C Ronchi

📋 copy color: '#DABA4C'

red 218 ◦ green 186 ◦ blue 76

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

Shades of Ronchi #DABA4C

Tints of Ronchi #DABA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.83%

R = 45.42%
G = 38.75%
B = 15.83%

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

#DABA4C (or 0xDABA4C) is known color: Ronchi. HEX triplet: DA, BA and 4C. RGB value is (218,186,76). Sum of RGB (Red+Green+Blue) = 218+186+76=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA4C is #2545B3. Grayscale: #B7B7B7. Windows color (decimal): -2442676 or 5028570. OLE color: 5028570.

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

Color convert

RGB 218 186 76 -
CMYK 0 0.15 0.65 0.15
HSL 46.48º 0.66% 0.58% -
HSV(B) 46.48º 0.65% 0.85% -
XYZ 47.78 50.55 14.08 -
YUV 183.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 218 186 76 0 0.15 0.65 0.15 46.48 0.66 0.58
Hex DA BA 4C 0 F 41 F 2E 42 3A
Octal 332 272 114 0 17 101 17 56 102 72
Binary 11011010 10111010 1001100 0 1111 1000001 1111 101110 1000010 111010

Color Harmonies of #DABA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA4C

Black with #DABA4C

Text Example


Text Example

White with #DABA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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